|
多変数関数のテイラー近似
|
|
|
説明
|
|
多変数関数を指定した次数でテイラー近似を求めます。
|
関数を指定します。
>
|
__f__ := (__x__,__y__) -> (__x__ ^ 3 + sin(__y__));
|
関数の指定した点の周りの指定した次数でテイラー近似を求めます。
>
|
__t__ := Student[MultivariateCalculus][TaylorApproximation] ( __f__ (__x__,__y__), [__x__,__y__]=[1,0], '5' );
|
|
|
Download Help Document
Was this information helpful?