VectorCalculus[limit] - ベクトルのトップレベルの limit 関数への写像
使い方
limit(f, v)
パラメータ
f - ベクトルまたは代数式
v - トップレベルのlimit 関数へ渡すための他の引数を表す式列
|
説明
|
|
•
|
limit(f, v) コマンドは、ベクトル f の成分を、トップレベルの limit 関数へ写像します。f がベクトルでなければ、引数はトップレベルの limit 関数へ受け渡されます。
|
|
|
例
|
|
Warning, the assigned names <,> and <|> now have a global
binding
Warning, these protected names have been redefined and
unprotected: *, +, ., Vector, diff, int, limit, series
| |
| (2.1) |
>
|
limit( <sin(t)/t,(1-cos(t))/t>, t=0 );
|
| (2.2) |
|
|
Download Help Document
Was this information helpful?