Skip to content

shuent/lu-decomp-and-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

lu-decomp-and-solver

Solve Linear equation in LU decomposition in python

While studying Linear Algebra, I wanted to solve equation in programing. and I googled and found out some ways. LU decomposition is faster algorithm than Gauss-Jordan elimination, which you used to it with hand computation.

For deatails I writed in evernote because README cannnot display mathematical expression. https://www.evernote.com/shard/s209/sh/dee2ce9a-2adf-462f-8f8d-48f12b3cabf6/a30ff8ac6d1a9fd4

About

Solve Linear equation in LU decomposition.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages