Nonlinear Algebraic Equations
x2  +  y2   =   1
y   =   sin(x)

Numerical solution for finding the intersection of a circle and sine-wave

The equations of a circle and a sine curve are graphed above. These two equations are coupled and nonlinear in x and y. Coupled nonlinear algebraic equations frequently arise in the determination of the static equilibrium configuration of a mechanical system.

The Autolev file nonlinearSolve.al is a complete listing of the Autolev commands to:

After compiling and running the C program, the PC executable nonlinearSolve.exe produces the output file nonlinearSolve.1 which is a record of the input guess for x and y, the output (converged) result for x and y, and a measure of the closeness to zero that was achieved. As is clear, the output values x=0.73908513 and y=0.67361203 are highly accurate solutions to the nonlinear algebraic equations.