|
点でベクトル場を評価
|
|
座標系を指定します。
>
|
VectorCalculus[SetCoordinates] ( 'cartesian'[__x__,__y__,__z__] );
|
| (1.1) |
ベクトル場を定義します。
>
|
__F__ := VectorCalculus[VectorField] (<__x__ * __y__ ^ 2, 4 * sqrt(__y__), - exp(__z__) ^ 2>);
|
| (1.2) |
ある点でベクトル場を評価します。
>
|
__v__ := simplify ( VectorCalculus[evalVF] (__F__, <1/3, 9, 1>) );
|
| (1.3) |
|
|
Download Help Document
Was this information helpful?