LiouvillianFunction(R, F)ΒΆ
liouv.spad line 1 [edit on github]
R: Join(Comparable, IntegralDomain)
F: Join(FunctionSpace R, RadicalCategory, TranscendentalFunctionCategory)
This package provides liouvillian functions over an integral domain.
- belong?: BasicOperator -> Boolean
belong?(op)
checks ifop
is Liouvillian
- Chi: F -> F
Chi(f)
denotes the hyperbolic cosine integral
- Ci: F -> F
Ci(f)
denotes the cosine integral
- dilog: F -> F
dilog(f)
denotes the dilogarithm
- Ei: F -> F
Ei(f)
denotes the exponential integral
- erf: F -> F
erf(f)
denotes the error function
- erfi: F -> F
erfi(f)
denotes-\%i*erf(\%i*z)
- fresnelC: F -> F
fresnelC(f)
denotes the Fresnel integralC
- fresnelS: F -> F
fresnelS(f)
denotes the Fresnel integralS
- integral: (F, SegmentBinding F) -> F
integral(f, x = a..b)
denotes the definite integral off
with respect tox
froma
tob
.
- integral: (F, Symbol) -> F
integral(f, x)
indefinite integral off
with respect tox
.
- li: F -> F
li(f)
denotes the logarithmic integral
- operator: BasicOperator -> BasicOperator
operator(op)
returns the Liouvillian operator based onop
- Shi: F -> F
Shi(f)
denotes the hyperbolic sine integral
- Si: F -> F
Si(f)
denotes the sine integral