JNTUK R20 MECH Python SOC

  1. Write a Python program to find the roots of non-linear equation using Bisection method.

    Click Here for Solution

  2. Write a Python program to find the roots of non-linear equation using Newton Raphson’s method.

    Click Here for Solution

  3. Write a Python program to calculate Curve fitting by least – square approximations.

    Click Here for Solution

  4. Write a Python program to solve the system of linear equations using Gauss - elimination method.

    Click Here for Solution

  5. Write a Python program to solve the system of linear equations using Gauss - Siedal method.

    Click Here for Solution

  6. Write a Python program to solve the system of linear equations using Gauss - Jordan method.

    Click Here for Solution

  7. Write a Python program to integrate numerically using Trapezoidal rule.

    Click Here for Solution

  8. Write a Python program to integrate numerically using Simpsons rule.

    Click Here for Solution

  9. Write a Python program to find the largest eigen value of a matrix by Power method.

    Click Here for Solution

  10. Write a Python program to find numerical solution of ordinary differential equations by Euler’s method.

    Click Here for Solution

  11. Write a Python program to find numerical solution of ordinary differential equations by Runge-Kutta method.

    Click Here for Solution

  12. Write a Python program to find numerical solution of ordinary differential equations by Milne’s method.

    Click Here for Solution