Documentation of 'vmm3d.core.ComplexODE' Java class
ComplexODE
vmm3d.core

Class ComplexODE



  • public class ComplexODE
    extends java.lang.Object
    • Method Detail

      • ODEstep2_2

        public Complex[] ODEstep2_2(Complex zInitial,
                                    Complex zFinal,
                                    Complex initialVal,
                                    Complex approxInitDeriv,
                                    int numSubdivision)
        A first quadratic Taylorstep to the middle, then average the second derivative at these two points, complete with a second quadratic step using the average second derivative. A 4th order method. (f')^2 = sqrt(Polynomial(f)).
      • RootOfPolynomialInverse

        public Complex RootOfPolynomialInverse(Complex f,
                                               Complex approxInitDerivInv)
      • ComplexMultiStepIntegrator

        public Complex[] ComplexMultiStepIntegrator(Complex zInitial,
                                                    Complex zFinal,
                                                    Complex valInitial,
                                                    Complex approxInitDeriv,
                                                    double subs)
        The following integrates 1/sqrt(Poly) and continues the value of the root. The integrater is exact on polynomials of degree 7. The indefinite integral is the inverse function of the elliptic function defined by (f')^2 = Poly(f). This is used to compute periods of f.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.