|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.substitution.NoChangeOfVariable
public class NoChangeOfVariable
This is a dummy substitution rule that does not change any variable. It is mainly for testing purpose. The substitution is \[ \int_{a}^{b}f(x)dx = \int_{a}^{b}f(t)dt \]
| Constructor Summary | |
|---|---|
NoChangeOfVariable(double a,
double b)
Construct an NoChangeOfVariable substitution rule. |
|
| Method Summary | |
|---|---|
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) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoChangeOfVariable(double a,
double b)
NoChangeOfVariable substitution rule.
a - the lower limitb - the upper limit| Method Detail |
|---|
public UnivariateRealFunction x()
SubstitutionRule
x in interface SubstitutionRulepublic UnivariateRealFunction dx()
SubstitutionRule
dx in interface SubstitutionRulepublic double ta()
SubstitutionRule
ta in interface SubstitutionRulepublic double tb()
SubstitutionRule
tb in interface SubstitutionRule
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||