Class NoChangeOfVariable

  • All Implemented Interfaces:
    SubstitutionRule

    public class NoChangeOfVariable
    extends Object
    implements SubstitutionRule
    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 Detail

      • NoChangeOfVariable

        public NoChangeOfVariable​(double a,
                                  double b)
        Construct an NoChangeOfVariable substitution rule.
        Parameters:
        a - the lower limit
        b - the upper limit