1 Determine the solution of the simultaneous nonlinear equat
1) Determine the solution of the simultaneous nonlinear equations: x^2 = 5 - y^2 y + 1 = x^2 Newton - Raphson using initial guesses of x=y=1.5.
Solution
x2 = 5-y2
y+1 = x2
y+1 = 5-y2
y2+y-4 = 0
y = 1.56155,
x = 1.6004
