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