Texas Instruments TI-89 and TI-92 Plus Computer |
|
|
|
Version | 1.1 (Monday, November 15, 1999) |
Download | [ riemann.89f | riemann.9xf ] (883 bytes) |
Description | Approximates
an integral using Riemann Sums with left or right endpoints, the Midpoint
Rule, the Trapezoid Rule, or Simpson's Rule.
1.1- Fixed a problem that occurs on TI-89 HW v2. |
Screen shots |
|
Documentation | Usage:
Riemann(Expr,IndependantVar,LowerLimit,UpperLimit,Partitions,Operation) Expr: An integrable function. IndependantVar: The independant variable. LowerLimit: The lower limit of the approximation. UpperLimit: The upper limit of the approximation. Partitions: The number of partitions for the approximation. Operation: The integer -1, 0, 1, 2, or 3, indicating one of the following operations: -1 Riemann approximation at LEFT endpoints.
Note: Approximations with a large number of partitions can take quite some time if the calculator is set for either EXACT or AUTO. You can greatly speed up the process if you either set the calculator for APPROX or press [DIAMOND][ENTER] instead of just [ENTER]. Graphing: The variable used in the first and second arguments (Expr, IndependantVar) cannot be the x variable. The figure shows an exact integral (y1=upper, dotted graph), the approximation at left endpoints calculated from 0 to x for each point with four partitions per unit of x (every 1/4x) (y2=middle, stepped graph), and the approximation at left endpoints calculated from 0 to x for each point with the interval 0 to x divided into four partitions (y3=lower, line graph). Return value:
Examples:
2. Riemann(z1/2,z,0,1,3,0)
3. Riemann(z1/2,z,0,1,3,1)
4. Riemann(z1/2,z,0,1,3,2)
5. Riemann(z1/2,z,0,1,3,3)
|