Class MDJep

  • All Implemented Interfaces:
    java.io.Serializable

    public class MDJep
    extends DJep
    An extension of the DJep class with Matrix support.
    See Also:
    Serialized Form
    • Method Detail

      • addStandardDiffRules

        public boolean addStandardDiffRules()
        Description copied from class: DJep
        Adds the standard set of differentiation rules. Corresponds to all standard functions in the Jep plus a few more.
         sin,cos,tan,asin,acos,atan,sinh,cosh,tanh,asinh,acosh,atanh
         sqrt,log,ln,abs,angle
         sum,im,re are handled separately.
         rand and mod currently un-handled
         
         Also adds rules for functions not in Jep function list:
                sec,cosec,cot,exp,pow,sgn 
         
         
        Overrides:
        addStandardDiffRules in class DJep
        Returns:
        false on error