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