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()
SubstitutionRule
x
in interface SubstitutionRule
public UnivariateRealFunction dx()
SubstitutionRule
dx
in interface SubstitutionRule
public double ta()
SubstitutionRule
ta
in interface SubstitutionRule
public double tb()
SubstitutionRule
tb
in interface SubstitutionRule
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.