EQ2  
sv10@inbox.as

Solve a 2x2 system of non-linear equations.
You must enter a number in matrix A (2x1), and the 2 functions in Y1 and Y2 with X and Y 
as variable.

Example:
XY=10
X^2+Y=9
Enter the funcions in Y1 and Y2
Y1=XY-10
Y2=X^2+Y-9
Edit matrix A 
A 2x1
[2
 2]
run program Eq2
And the results are in matrix A
[2
 5]

Note:
If you enter a number in matrix A and when you run the program it says Singular math just
try with another number.

Example 2
e^X-X=10
XY-3Y=2
Enter the functions in Y1 and Y2
Y1=e^X-X-10
Y2=XY-3Y-2
Edit matrix A
[1
 2]
or [86
     15]  You can enter then number you want
run program eq2
see matrix A
[2.527963202
 -4.236957814]



















