Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Show all steps of code and do all parts. Kindly also mention. If you donot know all parts kindly dont try to attempt please. Do
Show all steps of code and do all parts. Kindly also mention. If you donot know all parts kindly dont try to attempt please.
Do this in MATLAB and else handwritten
Consider the following nonlinear system Tr? + Iy2 = 9, 3ry 33 = 4. (a) Use the MATLAB built-in function "fimplicit" to visualize the graphs of the two equations in one figure. Limit the axes to (-4,4) (-4,4) (Refer to Figure 77 on page 353). Submit the figure file. (b) Download and modify, if necessary, "newton_sys.m" from your text book. Then, solve the above nonlinear system with the following input parameters: (20, yo) (1.2, 2.5), (-2,2.5), (-1.2, -2.5), (2, -2.5) = 10-12 Max # of iteration = 50 (20, yo) = (1.2, 2.5),(-2, 2.5),(-1.2. - 2.5),(2, -2.5) E= 10-12 Max # of iteration = 50 Then, tabulate the results in the following format. (20, yo) # of iter solution (1.2, 2.5) (-2, 2.5) (-1.2,-2.5) (2,-2.5) (c) Comment on your result for each initial guess. 7.3 NONLINEAR SYSTEMS 18y - 14.2 +45 = 0 3 2 1 3 -2 -1 NO 3 *2 + 4y2 - 9 = 0 -2 -3 Figure 7.7. The graphs of f(x, y) = 0 and g(x, y) = 0 using the notation af (x, y) af(x, y) ay Consider the following nonlinear system Tr? + Iy2 = 9, 3ry 33 = 4. (a) Use the MATLAB built-in function "fimplicit" to visualize the graphs of the two equations in one figure. Limit the axes to (-4,4) (-4,4) (Refer to Figure 77 on page 353). Submit the figure file. (b) Download and modify, if necessary, "newton_sys.m" from your text book. Then, solve the above nonlinear system with the following input parameters: (20, yo) (1.2, 2.5), (-2,2.5), (-1.2, -2.5), (2, -2.5) = 10-12 Max # of iteration = 50 (20, yo) = (1.2, 2.5),(-2, 2.5),(-1.2. - 2.5),(2, -2.5) E= 10-12 Max # of iteration = 50 Then, tabulate the results in the following format. (20, yo) # of iter solution (1.2, 2.5) (-2, 2.5) (-1.2,-2.5) (2,-2.5) (c) Comment on your result for each initial guess. 7.3 NONLINEAR SYSTEMS 18y - 14.2 +45 = 0 3 2 1 3 -2 -1 NO 3 *2 + 4y2 - 9 = 0 -2 -3 Figure 7.7. The graphs of f(x, y) = 0 and g(x, y) = 0 using the notation af (x, y) af(x, y) ayStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started