Skip to content

Brian-Baldwin/NE-113

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

NE-113 - Computational Methods

A compilation of MATLAB scripts to perform matrix operations

naive_gauss.m

Takes input of a square matrix and a column vector, combines them into an augmented matrix. Afterwards, it performs Naïve Gaussian elimination without pivoting and solves the systems of equations.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Computational Methods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages