|
多変数関数の不定3重積分
|
|
関数を指定します。
>
|
__f__ := (__x__,__y__,__z__) -> (-2 / (__x__)^3 + exp(__x__) + 2 * cos(__y__) * cos(__z__));
|
関数の不定積分を指定します。これは評価されない式で出力されます。
>
|
student[Tripleint]( __f__ (__x__,__y__,__z__), __x__,__y__, __z__ );
|
式を評価します。
>
|
__integral__ := (value( % ));
|
|
|
Download Help Document
Was this information helpful?