Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
%sn
ヤコビ楕円関数 (obsolete)
呼び出し手順
y = %sn(x, m)
パラメータ
- x
楕円積分により定義される基本矩形の中の点;
x
は複素数ベクトル- m
楕円積分のパラメータ (
0<m<1
)- y
結果
説明
%sn() is obsolete and will be removed from Scilab 6.1.x. Please use ellipj() instead. |
パラメータm
を指定した
ヤコビの楕円関数:
パラメータm
の楕円積分の逆.
ゲインamはFortran形式で計算され, 楕円関数用の加算式が適用されます.
例
履歴
バージョン | 記述 |
6.1.0 | %sn() is declared obsolete. ellipj() must be used instead. |
Report an issue | ||
<< %k | Special Functions | airy >> |