com.singularsys.aa.newton
Class NewtonSolver

java.lang.Object
  extended by com.singularsys.aa.newton.NewtonSolver

public class NewtonSolver
extends java.lang.Object

Solves an eqation system using the Newton-Raphson method.


Constructor Summary
NewtonSolver()
          Creates a new NewtonSolver object.
 
Method Summary
 Solution solveSystem(EquationSystem es)
          Attempts to solve a system of equations using the Newton-Raphson method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewtonSolver

public NewtonSolver()
Creates a new NewtonSolver object.

Method Detail

solveSystem

public Solution solveSystem(EquationSystem es)
                     throws java.lang.Exception
Attempts to solve a system of equations using the Newton-Raphson method.

Throws:
java.lang.Exception