linalg[wronskian] - 関数成分のベクトルのロンスキー行列を計算
使い方
wronskian(f, v)
パラメータ
f - 式のベクトルまたはリスト
v - 変数
|
説明
|
|
•
|
手続き wronskian(f, v) は f の v に関するロンスキー行列を計算します。計算される行列の (i,j) 成分は diff(f[j],v$(i-1)) です。ロンスキー行列式はロンスキー行列の行列式です。
|
•
|
コマンド with(linalg,wronskian) により、このコマンドの省略形を使うことができます。
|
|
|
例
|
|
Warning, the protected names norm and trace have been
redefined and unprotected
| |
>
|
A := vector([exp(x),cosh(x),sinh(x)]);
|
| (2.1) |
| (2.2) |
| (2.3) |
|
|
Download Help Document
Was this information helpful?