Sec-G CBNST Lab Formats
Sec-G CBNST Lab Formats
LAB PMA-
502
B.Tech CSE
V
2023-24
SUBMITTED TO SUBMITTED BY
DEHRADUN CAMPUS
BBA / MBA DEGREE COURSE PRESCRIBED BY GRAPHIC ERA HILL UNIVERSITY, DEHRADUN
NAME OF EXAMINER:
SIGNATURE OF EXAMINER:
Annexure-A
Lab Details
Name of the Lab: - CBNST Lab
Lab Code: - PMA-502
Subject Credit: - 2
Course: - B.Tech
Branch: - CSE
Semester: - V
Section: - B
Number of students enrolled: -
Name of the Faculty: - Mrs Preeti
Name of Lab Instructor: -
Lab Number:-
List of Practical’s
Subject Code: PMA-502 Subject Name: CBNST Lab
1. Write a program in C to find absolute, relative and percentage error for round-
off and truncation cases.
2. Write a program in C to find the roots of any polynomial / transcendental
equation using bisection method correct up to three decimal places.
3. Write a program in C to find the solution of any transcendental equation using
Regula-Falsi method correct up to three decimal places.
4. Write a program in C to find the solution of any non-polynomial equation
using Newton-Raphson method correct up to four decimal places.
5. Write a program in C to find the roots of any non-polynomial equation using
Iteration method correct up to four decimal places.
6. Write a program in C to solve the system of linear equations using Gauss
Elimination method.
7. Write a program in C to solve the homogeneous system of linear equations
using Gauss Jordan method.
8. Write a program in C to solve given system of linear equations using Gauss-
Siedal iterative method.
9. Write a program in C to interpolate using Newton’s forward difference
formula for the stated values.
10. Write a program in C to implement Newton’s backward difference formula.
11. Write a program in C to interpolate using Gauss forward Interpolation formula
for given values.
12. Write a program in C to implement Lagrange’s Interpolation formula for
unequal intervals.
13. Write a program in C to integrate given values using Trapezoidal rule.
14. Write a program in C to integrate using Simpson’s 1/3 rule for the stated
values.
15. Write a program in C to implement Simpson’s 3/8 rule.
16. Write a C Program to implement Euler’s method.
17. Write a C Program to implement Runge-Kutta’s Method.
18. Write a C Program to implement curve fitting for a straight line.
19. Write a C Program to implement parabolic curve fitting.
20. Write a C Program to implement regression lines.
DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING
STUDENT LAB REPORT SHEET
CBNST LAB (PMA-502)
Name of Student ……………………………………...…………. Mo. No………………….……….…………..
Name of Student
DEHRADUN CAMPUS
INDEX
EXP. DATE EXPERIMENT PAGE REMARKS
NO. NO.
INDEX
EXP. DATE EXPERIMENT PAGE REMARKS
NO. NO.
Page No.
PROGRAM NO.1
NAME:
COURSE:
BRANCH/SEMESTER:
ROLL NO:
DATE:
1. OBJECTIVE:
2. METHOD:
3. PROGRAM:
4. OUTPUT: