/LU_Decomposition_Calc-Python

I built a program to better understand LU decomposition, I produced a calculator program in python that solved any set of linear equations using LU decomposition. My program also allowed for any input of polynomials, further the polynomials can be of any degree.

Primary LanguagePython

LU_Decomposition_Calc-Python

I built a program to better understand LU decomposition, I produced a calculator program in python that solved any set of linear equations using LU decomposition. My program also allowed for any input of polynomials, further the polynomials can be of any degree. This was produced for my CMPSC455 class.