CNST Practical File

Write Programs in ‘C’ Language:
  1. To deduce error involved in polynomial equation.
  2. To Find out the root of the Algebraic and Transcendental equations using Bisection,Regulafalsi, Newton,Raphson and Iterative Methods. Also give the rate of convergence of roots in tabular form for each of these methods.

  3. To implement Newton’s Forward and Backward Interpolation formula.
  4. To implement Gauss Forward and Backward, Bessel’s, Sterling’s and Evertt’s Interpolation formula
  5. To implement Newton’s Divided Difference and Langranges Interpolation formula.
  6. To implement Numerical Differentiations.
  7. To implement Numerical Integration using Trapezoidal, Simpson 1/3 and 0Simpson 3/8 rule.
  8. To implement Least Square Method for curve fitting.
  9. To draw frequency chart like histogram, frequency curve and pie chart etc.
  10. To estimate regression equation from sampled data and evaluate values of standard deviation, t statistics, regression coefficient, value of R 2 for atleast two independent variable
Previous Post
Next Post