Roots of Equation - Non-Linear Equation (Newton Raphson Method)
Choose difficulty:
x12+x1x2=10(eq. 1)x2+3x1x22=57(eq. 2)Solve the non-linear set of equationsTake initial guess: x1=1.5,x2=3.5Find 2nd iteration of x1 using Newton Raphson method
x12+x1x2=10(eq. 1)x2+3x1x22=57(eq. 2)Solve the non-linear set of equationsTake initial guess: x1=1.5,x2=3.5Find 2nd iteration of x2 using Newton Raphson method