Menu

Computational Mathematics [ Lab Programs ]



Warning: include(r25cm/exp3.html): failed to open stream: No such file or directory in /home/u681245571/domains/studyglance.in/public_html/labprograms/r25cmdisplay.php on line 157

Warning: include(): Failed opening 'r25cm/exp3.html' for inclusion (include_path='.:/opt/alt/php73/usr/share/pear') in /home/u681245571/domains/studyglance.in/public_html/labprograms/r25cmdisplay.php on line 157

Related Content :

1.
UNIT - I: Eigen values and Eigenvectors:
Programs:
      • Finding real and complex Eigen values.
      • Finding Eigen vectors.    View Solution


2.
UNIT - II: Solution of Algebraic and Transcendental Equations:
Bisection method, Newton Raphson Method
Programs:
      • Root of a given equation using Bisection method.
      • Root of a given equation Newton Raphson Method.    View Solution


3.
UNIT-III: Linear system of equations:
Jacobi's iteration method and Gauss-Seidal iteration method
Programs:
      • Solution of given system of linear equations using Jacobi's method.
      • Solution of given system of linear equations using Gauss-Seidal method.    View Solution


4.
UNIT-IV: First-Order ODEs:
Exact and non-exact equations, Applications: exponential growth/decay, Newton's law of cooling.
Programs:
      • Solving exact and non-exact equations.
      • Solving exponential growth/decay and Newton's law of cooling problems.    View Solution


5.
UNIT-V: Higher order linear differential equations with constant coefficients:
Programs:
      • Solving homogeneous ODEs.
      • Solving non-homogeneous ODEs.    View Solution