You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Architected a comprehensive linear system solver in Python, implementing core numerical methods: Forward Substitution, Back Substitution, and Gaussian Elimination.
Engineered algorithm logic to transform general, unstructured matrices into upper/lower triangular forms to minimize computational overhead.
Optimized for numerical stability, handling pivoting and edge cases in matrix inversion and system solving for engineering applications.
Performed complexity analysis on solver performance, comparing iterative vs. direct methods for large-scale physical modeling.
Tech Stack
Language: Python
Libraries: NumPy, Vectorized Operations
About
This implementation is a numerical tool built in Python designed to solve systems of linear equations