Skip to content

anttiramo/linear-systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linear systems

Some of my work with numerical methods for solving linear systems with Clojure.

Functions rely on basic Clojure collection notation. Matrices are represented as vectors of row vectors.

I have tried to create as efficient functions as possible but there is still lot to do. Especially with the representation.

Functions

  • Matrix multiplication
  • Matric-vector multiplication
  • Gaussian elimination
  • Backward substitution
  • LU-factorization
  • LU forward substitution
  • Cholesky decomposition (Cholesky-Banachiewicz)

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published