Lower Riemann Sum
|
Calling Sequence
|
|
RiemannSum(f(x), x = a..b, method = lower, opts)
RiemannSum(f(x), a..b, method = lower, opts)
RiemannSum(Int(f(x), x = a..b), method = lower, opts)
|
|
Parameters
|
|
f(x)
|
-
|
algebraic expression in variable 'x'
|
x
|
-
|
name; specify the independent variable
|
a, b
|
-
|
algebraic expressions; specify the interval
|
opts
|
-
|
equation(s) of the form option=value where option is one of boxoptions, functionoptions, iterations, method, outline, output, partition, pointoptions, refinement, showarea, showfunction, showpoints, subpartition, view, or Student plot options; specify output options
|
|
|
|
|
Description
|
|
•
|
The RiemannSum(f(x), x = a..b, method = lower, opts) command calculates the lower Riemann sum of f(x) from a to b. The first two arguments (function expression and range) can be replaced by a definite integral.
|
•
|
If the independent variable can be uniquely determined from the expression, the parameter x need not be included in the calling sequence.
|
•
|
Given a partition of the interval , the lower Riemann sum is defined as:
|
•
|
By default, the interval is divided into equal-sized subintervals.
|
•
|
For the options opts, see the RiemannSum help page.
|
|
|