|
多変数関数の方向微分
|
|
|
説明
|
|
指定した方向の指定した点における多変数関数の方向微分(directional derivative)を求めます。
|
関数の指定
>
|
__f__ := (__x__,__y__) -> (3 + __x__ * __y__ + 2 * __x__ * __y__ ^ 2);
|
関数上の点を指定
方向ベクトルを指定
| (1.1) |
方向微分を求めます
>
|
__dd__ := Student[MultivariateCalculus][DirectionalDerivative] ( __f__ (__x__,__y__), [__x__,__y__] = __p__, __v__);
|
| (1.2) |
|
|
Download Help Document
Was this information helpful?