VectorCalculus[GetCoordinates] - ベクトルの座標属性を返す
使い方
GetCoordinates(v)
パラメータ
v - (オプション) ベクトル
|
説明
|
|
•
|
GetCoordinates(v) コマンドは、ベクトル v の座標系属性を返します。v が指定されないと、デフォルトの座標系が返されます。
|
|
|
例
|
|
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) |
>
|
v := VectorField( <r,0,0>, 'spherical'[r,phi,theta] );
|
| (2.2) |
| (2.3) |
>
|
SetCoordinates( 'polar' );
|
| (2.4) |
>
|
GetCoordinates( <a,b> );
|
| (2.5) |
|
|
Download Help Document
Was this information helpful?