この文書の現在のバージョンと選択したバージョンの差分を表示します。
Both sides previous revision Previous revision Next revision | Previous revision | ||
maple [2011/03/03 11:46] saito |
maple [2011/03/03 11:46] (現在) saito |
||
---|---|---|---|
ライン 1: | ライン 1: | ||
- | |||
Gradient や Hessian の計算 | Gradient や Hessian の計算 | ||
<code maple> | <code maple> | ||
with(VectorCalculus); | with(VectorCalculus); | ||
Gradient(x^(3/2)+2*y^(1/2),[x,y]); | Gradient(x^(3/2)+2*y^(1/2),[x,y]); | ||
- | Hessian(x^(3/2)+2*y^(1/2),[x,y]) | + | Hessian(x^(3/2)+2*y^(1/2),[x,y]); |
</code> | </code> | ||