Question: Write code for matlab Use Newton's method to solve the system of equations given below. = = 3x12 + 2x2 + x1X4 = 9 21

Write code for matlab Use Newton's method to solve the system of equations given below. = = 3x12 + 2x2 + x1X4 = 9 21 7x2 X2X3 4x4 = 6 X1X2X4 + 2x3 + 6x4 = 11 X1X2 X2X4 + x3 = 7 As a starting guess use the following values: X1 = x2 = x3 = X4 = 3.0 Set the tolerance for your convergence to 1x10-6. Print the solutions for xl through x4 in %.4f and show the solution path for each iteration. (ie iteration x1 x2 x3 x4)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
