Numerical Method - Old Questions
Question Answer Details
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
Answer
AI Generated Answer
AI is thinking...