A beginner-friendly Python project using NumPy to implement core linear algebra operations.
- Solve linear systems: Ax = b
- Matrix multiplication
- Determinant calculation
- Matrix inverse
- Error analysis using residual, absolute, and relative error
- Python
- NumPy
linear-algebra-engine/
├── README.md
├── requirements.txt
├── main.py
├── operations.py
├── solver.py
├── linear_algebra.py