Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 468 Bytes

File metadata and controls

23 lines (12 loc) · 468 Bytes

Linear-Algebra-Using-Python

This project shows how to perform basic matrix operations using NumPy and SciPy in Python.

Features:

->Matrix Addition & Subtraction

->Matrix Multiplication & Element-wise Multiplication

->Determinant & Inverse of a Matrix

->Eigenvalues & Eigenvectors (with orthogonality check)

->Basis and Span of a Vector Space

Requirements:

            pip install numpy scipy

How to Run:

            python Linear_Algebra.py