UpperSum 命令
- UpperSum( <Function>, <Start x-Value>, <End x-Value>, <Number of Rectangles> )
-
计算 上和 函数在区间 [ 起始 x 值,终止 x 值 ],使用 n 个矩形。
UpperSum(x^2, -2, 4, 6)
得出
35
.
|
计算 上和 函数在区间 [ 起始 x 值,终止 x 值 ],使用 n 个矩形。
UpperSum(x^2, -2, 4, 6)
得出
35
.
|