public class InvertingVariable extends Object implements SubstitutionRule
| Constructor and Description |
|---|
InvertingVariable(double a,
double b)
Construct an
InvertingVariable 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 InvertingVariable(double a,
double b)
InvertingVariable substitution rule.a - the lower limitb - the upper 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.