Numerical Method - Old Questions

7. Write an algorithm and C-program code to solve non-linear equation using Newton’s method. Your program should read an initial guess from keyboard and display the followings if the solution is obtained: (5+7)

  •  Estimated root of the equation
  •  Functional value at calculated root
  •  Required number of iterations
12 marks | Asked in 2069