You are on page 1of 3

SYBCA: Scientific and statistical computing-208

Practical List
Topic-1 Errors in numerical computations
(In C or C++ program should be generalized not static)
1. arithmetic operations on two floating point numbers in normalized
form
[Addition, subtraction, multiplication, division]
2. Find the interval within which the exact value of the solution of the
problem lies.
3. Relative and absolute error because of rounding off and truncation

Topic-II Solutions of non-linear equations using iterative methods


(In C or C++ Program should be generalized for polynomial
equation and static for transcendental equation)
1. Bisection methods[polynomial and transcendental equation] ###
2. false position [polynomial and transcendental equation]
3. Secant method [polynomial and transcendental equation]
4. Newton Raphson [polynomial and transcendental equation]

Topic-III Interpolation
(In C or C++ Program should be generalized not static)
1. Lagrange’s Interpolation [Evaluation using formula]
2. Lagrange’s Inverse Interpolation [Evaluation Using formula]
3. Newton Forward Interpolation [Table and Evaluation formula]
4. Newton Backward interpolation [Table and Evaluation formula]
5. Newton Divided Difference Interpolation [Table and Evaluation using
formula]

Topic-IV Curve fitting


(In Excel or C or C++ Program should be generalized not
Static) ################# (by cramer s rule)
1. fitting of a straight line using least square method
2. fitting of a second degree polynomial
3. fitting of geometric curve
4. fitting of an exponential curve
Topic-V Frequency Distribution
(In excel or C or C++ program should be generalized not
Static) ####################
Only for verification use the inbuilt function of excel
1. Find central values like mean, median, mode (for discrete, grouped
and continuous data)
2. Find Different types of mean AM, HM,GM,WM
3. find variance and standard deviation, mean deviation, coefficient of
variations

Topic-VI Mathematical Expectations


(In excel or C or C++ program should be generalized not
Static)
1. find value of constant and distribution of frequency
2. find mean and variance of the probability distribution

Topic-VII Correlation and Regressions


(In excel or C or C++ program should be generalized not
Static)###########################
Only for verification use the inbuilt function of excel
1. find correlation coefficient using Karl Pearson’s method
2. find correlation coefficient using rank correlation method
3. find both the coefficient of regression lines
4. Fitting of regression line (equation) X on Y and Y on X. Also predict
the value of X and Y respectively

KUNAL SHUKLA

JG COLLEGE OF COMPUTER APPLICATIONS

You might also like