public class Exponential extends Object implements SubstitutionRule
| Constructor and Description |
|---|
Exponential(double a)
Construct an
Exponential substitution rule. |
| Modifier and Type | Method and Description |
|---|---|
UnivariateRealFunction |
dx()
the first order derivative of the transformation: x'(t) = dx(t)/dt
|
double |
ta()
Get the lower limit of the integral.
|
double |
tb()
Get the upper limit of the integral.
|
UnivariateRealFunction |
x()
the transformation: x(t)
|
public Exponential(double a)
Exponential substitution rule.a - the lower limitpublic UnivariateRealFunction x()
SubstitutionRulex in interface SubstitutionRulepublic UnivariateRealFunction dx()
SubstitutionRuledx in interface SubstitutionRulepublic double ta()
SubstitutionRuleta in interface SubstitutionRulepublic double tb()
SubstitutionRuletb in interface SubstitutionRuleCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.