exp
Exponential by tau approximation for rtau object.
Syntax
f = exp(r)
Description
F = exp(r) is a function to approximate by tau method exp(r), r in
[a, b]. We are using schursolver function, which will decide the
approximation degree to achieve 1e-16.
Input
r = rigth member in tau method (rtau object).
Output
f = coefficients of exp(r).
See also
sin, sinh, cos, cosh and log.
F = exp(r) is a function to approximate by tau method exp(r), r in [a, b]. We are using schursolver function, which will decide the approximation degree to achieve 1e-16.
Input
r = rigth member in tau method (rtau object).
Output
f = coefficients of exp(r).
See also
sin, sinh, cos, cosh and log.
f = coefficients of exp(r).