Scientific and Statistical Computing
Assignment – IV
- Write a program in C/C++ to find the solution of the equation x3 – x – 1 = 0 using Regula Falsi method. (upto 4 iterations)
- Find the value of √7 to six decimal places using Newton-Raphson method with C/C++ program. (upto 6 iterations)
- The equation x6 – x4 – x3 – 1 = 0 has a root between 1.4 and 1.5. Find the root using bisection method with C/C++ program. (upto 4 iterations)
No comments:
Post a Comment