|
多変数関数の積分近似
|
|
関数を指定します。
>
|
__f__ := (__x__,__y__) -> (3 + __x__ ^ 3 + sin(__y__));
|
関数の積分近似を求めます。
>
|
__integral__ := Student[MultivariateCalculus][ApproximateInt] ( __f__ (__x__,__y__), __x__ = 0..2, __y__ = 0..Pi );
|
|
|
Download Help Document
Was this information helpful?