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} $$Constructor and Description |
---|
ZeroSystemEx1() |
public static void main(String[] args) throws IMSLException
IMSLException
Copyright © 2020 Rogue Wave Software. All rights reserved.