Consider the following system of non-linear equations: (x-1)^2 + y^2 + (x+2)^2 + (y-5)^2 = 1 and 6^2 + 3^2 + 2^2 + 4^2 = 1.
Use the ezplot command to plot the two equations in the same figure. The plot must show all real roots. Using the plot, determine initial guesses for each of the real roots of the system of non-linear equations. Evaluate each real root using the Newton-Raphson Method.
The following are the requirements for part d: All codes must use the following stopping criteria: significant 0.0SE(n-2) is reached for both x and y. n = 8. Xnew, Xold, Approximate Percent Relative Error x 100%, Xnew, IYnew, Yold, Approximate Percent Relative Error y 100%, Ynew.
Initial values of x and y must be entered by the user. (Hint: Use the input command).
Display the results using fprintf for each root: Using the Newton-Raphson Method, the root is located at x = ### and y = ### after ## iterations, yielding a relative percent error ###.
Submit a file called non_linear_last_name in Blackboard before the beginning of class.
Extra credit: Submit a flow chart for the code. Label the file NF_Flowchart_last_name.pdf.