|
ラプラス変換と逆ラプラス変換
|
|
|
説明
|
|
式のラプラス変換 (Laplace transform) と逆ラプラス変換を求めます。
|
Specify an expression.
>
|
__ex__ := sin ( -2 * __t__ + 3 );
|
| (1.1) |
式のラプラス変換を求めます。
>
|
__x__ := inttrans[laplace] (__ex__, __t__, __s__);
|
| (1.2) |
結果または自分で指定した式の逆ラプラス変換を求めます。
>
|
__y__ := inttrans[invlaplace] (__x__, __s__, __t__);
|
| (1.3) |
積分変換パッケージについてのより詳細な情報は ?inttrans ヘルプページをご参照下さい。
|
|
Download Help Document
Was this information helpful?