EllipticFunctionsUnivariateTaylorSeries(Coef, UTS)ΒΆ
elfuts.spad line 1 [edit on github]
Coef: Field
UTS: UnivariateTaylorSeriesCategory Coef
The elliptic functions sn
, sc
and dn
are expanded as Taylor series.
- ellipticE: (UTS, Coef) -> UTS
ellipticE(z, m)
expands the elliptic integralE
as a Taylor series inz
.
- ellipticF: (UTS, Coef) -> UTS
ellipticF(z, m)
expands the elliptic integralF
as a Taylor series inz
.
- ellipticPi: (UTS, Coef, Coef) -> UTS
ellipticPi(z, n, m)
expands the elliptic integralPi
as a Taylor series inz
.
- jacobiCn: (UTS, Coef) -> UTS
jacobiCn(z, m)
expands the elliptic functioncn
as a Taylor series inz
.
- jacobiDn: (UTS, Coef) -> UTS
jacobiDn(z, m)
expands the elliptic functiondn
as a Taylor series inz
.
- jacobiSn: (UTS, Coef) -> UTS
jacobiSn(z, m)
expands the elliptic functionsn
as a Taylor series inz
.