|
関数のラプラシアン
|
|
|
説明
|
|
R^n から R までの関数のラプラシアン (Laplacian) を求めます。
|
Specify the function.
>
|
__f__ (__r__,__theta__) := (1/2 * __theta__ ^ 2 - 3 * exp(__theta__));
|
| (1.1) |
関数のラプラシアンを求めます。
>
|
__L__ := VectorCalculus[Laplacian]( __f__(__r__,__theta__), 'polar'[__r__,__theta__] );
|
| (1.2) |
|
|
Download Help Document
Was this information helpful?