この文書の現在のバージョンと選択したバージョンの差分を表示します。
| Next revision | Previous revision | ||
|
maple [2010/07/10 16:51] isakari 作成 |
maple [2011/03/03 11:46] (現在) saito |
||
|---|---|---|---|
| ライン 1: | ライン 1: | ||
| + | Gradient や Hessian の計算 | ||
| + | <code maple> | ||
| + | with(VectorCalculus); | ||
| + | Gradient(x^(3/2)+2*y^(1/2),[x,y]); | ||
| + | Hessian(x^(3/2)+2*y^(1/2),[x,y]); | ||
| + | </code> | ||
| + | |||
| + | |||
| 変数の定義 | 変数の定義 | ||
| <code maple> | <code maple> | ||
| ライン 7: | ライン 15: | ||
| <code maple> | <code maple> | ||
| > save f1,"a.txt"; | > save f1,"a.txt"; | ||
| + | </code> | ||
| + | |||
| + | ファイルの読み込み | ||
| + | <code maple> | ||
| + | > read "a.txt"; | ||
| </code> | </code> | ||