ECS 353 Numerical Techniques Lab: Write Programs in C' Language
This document outlines 10 programming assignments for an Numerical Techniques Lab course where students will write programs in C to: 1) deduce errors in polynomial equations and find roots of algebraic and transcendental equations using bisection, regula-falsi, Newton-Raphson, and iterative methods; 2) implement various interpolation formulas; 3) implement numerical differentiation and integration techniques; 4) implement least squares method for curve fitting; and 5) estimate regression equations from sample data and evaluate statistical values.
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 ratings0% found this document useful (0 votes)
70 views1 page
ECS 353 Numerical Techniques Lab: Write Programs in C' Language
This document outlines 10 programming assignments for an Numerical Techniques Lab course where students will write programs in C to: 1) deduce errors in polynomial equations and find roots of algebraic and transcendental equations using bisection, regula-falsi, Newton-Raphson, and iterative methods; 2) implement various interpolation formulas; 3) implement numerical differentiation and integration techniques; 4) implement least squares method for curve fitting; and 5) estimate regression equations from sample data and evaluate statistical values.
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
ECS 353 Numerical Techniques Lab
Write Programs in C Language:
1. To deduce error evolved in polynomial equation. 2. To Find out the root of the Algebraic and Transcendental equations using Bisection, Regula-falsi, Newton Raphson and Iterative Methods. Also give the rate of convergence of roots in tabular form for each of these methods. 3. To implement Newtons Forward and Backward Interpolation formula. 4. To implement Gauss Forward and Backward, Bessels, Sterlings and Evertts Interpolation formula 5. To implement Newtons Divided Difference and Langranges Interpolation formula. 6. To implement Numerical Differentiations. 7. To implement Numerical Integration using Trapezoidal, Simpson 1/3 and Simpson 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 2
deviation, t-statistics, regression coefficient, value of R for atleast two independent