Tuesday, March 22, 2011

Assignment - 4 -- Scientific And Statistical Computing

Scientific and Statistical Computing

Assignment – IV

  1. Write a program in C/C++ to find the solution of the equation x3 – x – 1 = 0 using Regula Falsi method. (upto 4 iterations)
  2. Find the value of √7 to six decimal places using Newton-Raphson method with C/C++ program. (upto 6 iterations)
  3. 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: