LeftSum Command
- LeftSum( <Function>, <Start x-Value>, <End x-Value>, <Number of Rectangles> )
-
Calculates the left sum of the function in the interval using n rectangles.
LeftSum(x^2 + 1, 0, 2, 4)
yields a = 3.75
|
Calculates the left sum of the function in the interval using n rectangles.
LeftSum(x^2 + 1, 0, 2, 4)
yields a = 3.75
|