Scilab 5.3.3
- Scilab help
- Elementary Functions
- bitwise
- Complex
- Discrete mathematics
- elementarymatrices
- Floating point
- Integer representation
- matrixmanipulation
- matrixoperations
- searchandsort
- setoperations
- signalprocessing
- symbolic
- Trigonometry
- abs
- amell
- and
- &
- cat
- cell2mat
- cellstr
- char
- delip
- diff
- exp
- inttrap
- isdef
- isempty
- isequal
- isequalbitwise
- isvector
- log
- log10
- log1p
- log2
- logm
- lstsize
- max
- maxi
- min
- mini
- modulo
- ndims
- norm
- or
- |
- pertrans
- sign
- signm
- size
- sort
- sqrt
- sqrtm
- squarewave
- toeplitz
- typeof
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
amell
ヤコビのam関数
呼び出し手順
[sn]=amell(u,k)
パラメータ
- u
実数スカラーまたはベクトル
- k
スカラー
- sn
実数スカラーまたはベクトル
説明
ヤコビの楕円関数 am(u,k)
を計算します.
ただし,
k
はパラメータ, u
は引数です. u
はベクトル, sn
は(要素毎の)計算値のベクトルです.
関数%sn
で使用されます.
<< abs | Elementary Functions | and >> |