Length 命令
- Length( <Object> )
-
返回对象的长度。
- Length( <Function>, <Start x-Value>, <End x-Value> )
-
返回给定区间内函数图像的长度。
Length(2x, 0, 1)
返回
2.236067977
,约为 \(\sqrt{5}\)。
- Length( <Function>, <Start Point>, <End Point> )
-
返回两点之间函数图像的长度。
|
如果给定的点不在函数图像上,则使用它们的 x 坐标来确定区间。 |
- Length( <Curve>, <Start t-Value>, <End t-Value> )
-
返回两个值之间的曲线长度 的参数 .
- Length( <Curve>, <Start Point>, <End Point> )
-
返回曲线上两点之间的曲线长度。
CAS 语法
- Length( <Function>, <Start x-Value>, <End x-Value> )
-
计算两点之间函数图像的长度。
Length(2 x, 0, 1)
返回 \(\sqrt{5}\)。
- Length( <Function>, <Variable>, <Start x-Value>, <End x-Value> )
-
计算函数图像从 起始 x 值 到 结束 x 值 .
Length(2 a, a, 0, 1)
返回 \(\sqrt{5}\)。
|
另请参阅
|