Skip to content

A set of functions for performing various operations on matrices, implemented in Haskell.

License

Notifications You must be signed in to change notification settings

Carnagion/Haskell-Matrices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Haskell-Matrices

A small Haskell module that contains functions to perform various operations on matrices, such as

  • Addition/subtraction/multiplication
  • Determinant
  • Rank
  • Transpose
  • Inverse
  • Adjugate

and more.

Usage

Download the Matrix.hs file, then load it into GHCi to use via the command line, or import it into another .hs file using import Matrix.

About

A set of functions for performing various operations on matrices, implemented in Haskell.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published