Skip to content

Zanfara1234/Direct-Methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Linear System Solver (Direct Methods)

Project Overview

  • 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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors