0% found this document useful (0 votes)
50 views1 page

Performance

This document lists 9 numerical analysis programs for students to complete, including using bisection and regula-falsi methods to find roots, implementing interpolation formulas like Newton's forward and backward, using integration rules like trapezoidal and Simpson's to numerically integrate, applying least squares method to curve fitting, estimating regression from sample data, implementing interpolation formulas like Newton's divided difference and Langrange's, and deducing error in polynomial equations.

Uploaded by

Changder Narayan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views1 page

Performance

This document lists 9 numerical analysis programs for students to complete, including using bisection and regula-falsi methods to find roots, implementing interpolation formulas like Newton's forward and backward, using integration rules like trapezoidal and Simpson's to numerically integrate, applying least squares method to curve fitting, estimating regression from sample data, implementing interpolation formulas like Newton's divided difference and Langrange's, and deducing error in polynomial equations.

Uploaded by

Changder Narayan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

CBN ST LAB

Note :Students are advised to draw Flow chart of the algorithm,Algorithm,Coding and output.Here is the list of program.

1. To Find out the root of the Algebraic and Transcendental equations using Bisection, Regula-falsi method. 2. To implement Newtons Forward and Backward Interpolation formula. 3. To implement Numerical Integration using Trapezoidal, Simpson 1/3 and Simpson 3/8 rule. 4. To implement Least Square Method for curve tting. 5. To estimate regression equation from sampled data and evaluate values of standard deviation, regression coecient, value of R2 for atleast two independent variables. 6. To implement Least Square Method for curve tting. 7. To implement Newtons Divided Dierence and Langranges Interpolation formula. 8. To implement Gauss Forward and Backward, Bessels, Sterlings and Evertts Interpolation formula. 9. To deduce error involved in polynomial equation.

You might also like