|
空間内の曲線に沿う線積分
|
|
|
説明
|
|
式 で によりパラメトリックに記述された曲線に沿う F . dr の線積分 (line integral) を求めます。
|
座標を指定します。
>
|
VectorCalculus[SetCoordinates] ( 'cartesian'[__x__,__y__,__z__] );
|
| (1.1) |
ベクトル場を指定します。
>
|
__F__ := VectorCalculus[VectorField] (<__x__^2, __y__^2, __z__^2>);
|
| (1.2) |
ベクトル場の線積分を求めます。
>
|
__LI__ := VectorCalculus[LineInt]( __F__, Path( <cos(__p__), sin(__p__), __p__>, __p__=0..Pi ), inert );
__LI__ := VectorCalculus[LineInt]( __F__, Path( <cos(__p__), sin(__p__), __p__>, __p__=0..Pi ) );
|
| (1.3) |
|
|
Download Help Document
Was this information helpful?