0% found this document useful (0 votes)
2 views24 pages

2nd Sem Practical Code (In Python)

The document outlines various mathematical concepts and methods, including elementary functions, cycloids, and helixes. It covers matrix operations such as determinants, norms, and solving linear equations using methods like Cramer's rule and Gauss elimination. Additionally, it discusses eigenvalues and iterative methods like Jacobi and Seidel.

Uploaded by

Harshal Omega
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views24 pages

2nd Sem Practical Code (In Python)

The document outlines various mathematical concepts and methods, including elementary functions, cycloids, and helixes. It covers matrix operations such as determinants, norms, and solving linear equations using methods like Cramer's rule and Gauss elimination. Additionally, it discusses eigenvalues and iterative methods like Jacobi and Seidel.

Uploaded by

Harshal Omega
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 24

1) Elementary function on same plan:

2 ) Cycloid and Astroid :


3 Elliptical and Circular helix :
4 Elliptical, hyperbolic paraboloid :
5 (a) Trace and Transpose
5 (b) Determinant :
5 (c) .Norm of a matrix:
6(a). Sum subtract and product :
6(b). inverse of a matrix :
7. Solve linear equation by matrix inversion method :
8. System of equation solve by Cramer’s rule:
9 (a). Jacobi Method :
9 (b). Seidel Method :
10 (a).program for largest eigen value :
10(b). program for smallest eigen value:
11. Consistency of a system :
12 (a).Gauss elimination method :
12(b) . Gauss Jordan method :

You might also like