ANDHRA UNIVERSITY, WALTAIR

 

M.Sc. APPLIED MATHEMATICS, THIRD SEMSTER

 

LAB IN C-LANGUAGE

 

  1. Program to convert a given decimal number to octal number.
  2. Program to solve quadratic equation using switch-case structure.
  3. Program to check a given integer is a palindrome.
  4. Program to check a given integer is a prime number.
  5. Sorting of numbers.
  6. Multiplication of two matrices.
  7. Finding norm of a matrix using function.
  8. Finding numerical integration using Simpson and Trapezoidal rules.
  9. Solving ODE by first order Adams bash forth method.
  10. Solving ODE by forth order Runge Kutta method.
  11. Program to check a given string is a palindrome or not.
  12. using pointers copying a string to another string.
  13. Using pointers and functions sorting of number.
  14. Compute binomial coefficients using recursive function for factorial.