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