Class ZeroSystemEx1

java.lang.Object
com.imsl.test.example.math.ZeroSystemEx1

public class ZeroSystemEx1 extends Object

Solves a system of nonlinear equations.

This example solves the following system of nonlinear equations: $$ \begin{align} y_0 &= x_0 + \exp(x_0-1.0) + (x_1+x_2)^2-27.0 \\ y_1 &= \exp(x_1-2.0)/x_0 + x_2^2 - 10.0 \\ y_2 &= x_2 + \sin(x_1-2.0) + x_1^2 - 7.0 \end{align} $$
See Also:
  • Constructor Details

    • ZeroSystemEx1

      public ZeroSystemEx1()
  • Method Details