Package hydroScalingAPI.util.ordDiffEqSolver

Provides classes and interfaces to solve coupled non-linear ordinary differential equations.

See:
          Description

Interface Summary
BasicFunction An abstract interface that describes a Function (In the mathematical sense)
 

Class Summary
Lorenz A sample implementation of the BasicFunction with the equations for the Lorenz attractor (See Chaos literature) Also see examples hydroScalingAPI.examples.ordDiffEqns
RK4 An implementation of the Runge-Kutta algorithm for solving non-linear ordinary differential equations
RKF An implementation of the Runge-Kutta-Felberg algorithm for solving non-linear ordinary differential equations.
Rossler A sample implementation of the BasicFunction with the equations for the Rossler attractor (See Chaos literature).
 

Package hydroScalingAPI.util.ordDiffEqSolver Description

Provides classes and interfaces to solve coupled non-linear ordinary differential equations. Several examples such as the chaotic set of equations developed by Lorenz and Rossler are included to illustrate the generality of the solver.



CUENCAS was initially developed by Ricardo Mantilla at the University of Colorado under the supervision of Dr. Vijay K. Gupta. We wish to recognize the support from the National Science Fundation.