ANDHRA UNIVERSITY, WALTAIR
M.Sc. APPLIED MATHEMATICS, THIRD SEMSTER
LAB IN C-LANGUAGE
- Program to convert a given decimal number to octal number.
- Program to solve quadratic equation using switch-case structure.
- Program to check a given integer is a palindrome.
- Program to check a given integer is a prime number.
- Sorting of numbers.
- Multiplication of two matrices.
- Finding norm of a matrix using function.
- Finding numerical integration using Simpson and Trapezoidal rules.
- Solving ODE by first order Adams bash forth method.
- Solving ODE by forth order Runge Kutta method.
- Program to check a given string is a palindrome or not.
- using pointers copying a string to another string.
- Using pointers and functions sorting of number.
- Compute binomial coefficients using recursive function for factorial.