VectorCalculus[D] - 式に微分演算子を適用
使い方
D(f)
D[i](f)
パラメータ
f - 'Vector'(代数式), ベクトル値の手続き、あるいは、関数として適用できる式
i - 正整数または式、あるいは、整数または式の列
|
説明
|
|
•
|
コマンド D(f) は、式に微分演算子を適用します。このコマンドは、ベクトルやベクトル値の手続きに作用するように、微分演算子 D を拡張します。
|
|
|
例
|
|
Warning, the assigned names <,> and <|> now have a global
binding
Warning, these protected names have been redefined and
unprotected: *, +, ., D, Vector, diff, int, limit, series
| |
| (2.1) |
| (2.2) |
>
|
D[2,1]((x,y) -> <y*x^2 + y^2 +3*x*y, x^2*y^3, x*y>)(x,y);
|
| (2.3) |
|
|
Download Help Document
Was this information helpful?