Syllabus Overview of Rajasthan University B.Sc PART-II Maths Practical
- You can access the pdf of B.Sc PART-II Mathematics syllabus from here: B.Sc PART-II Maths syllabus
List of All Experiments
Group-A
- EXP: A1 – Write a C program to display n terms of Fibonacci sequence/series. 0 1 2 3 5 8 …. N terms.
- EXP: A2.1 – Write a C program to finding factorial value of given integer number.
- EXP: A1.2 – Write a C program to find the sum and display n terms of natural numbers.
- EXP: A1.3 – Write a C program to find the sum and display n terms of Square Natural n Numbers.
- EXP: A3 – Write a C program to Defining a function and finding sum of n terms of a series / sequence whose general term is given (E.g. an = (n2 + 3)/(n+1)).
- EXP: A4 – Write a C program to display Pascal’s triangle.
- EXP: A5 – Write a C program to find the GCD and LCM of two number by Euclid’s algorithm. (GCD-Greatest Common Divisor & LCM = Lowest Common Multiple).
- EXP: A6 – Write a C program to checking whether it is prime/composite number or not.
- EXP: A7 – Write a C program to finding numbers of prime less than n, n ∈ Z.
- EXP: A8.1 – Write a C program to finding mean and standard deviation.
- EXP: A8.2 – Write a C program to finding nPr nCr for different n and r.
Group-B
- EXP: B1 – Write a C program to evaluate Numerical integration by trapezoidal rule.
- EXP: B2 – Write a C program to evaluate Numerical integration by Simpson’s one third (1/3) rule.
- EXP: B3 – Write a C program to evaluate Numerical integration by Simpson’s three eight (3/8) rule.
- EXP: B4 – Write a C program to evaluate Numerical integration by Waddle’s rules.