Difference between revisions of "Linear algebra"

From HaskellWiki
Jump to navigation Jump to search
(packages are listed in Libraries_and_tools)
m (more specific software link)
 
Line 11: Line 11:
   
 
Software:
 
Software:
* See [[Libraries and tools/Mathematics]]
+
* See [[Libraries and tools/Mathematics#Linear_algebra]]
   
 
[[Category:Mathematics]]
 
[[Category:Mathematics]]

Latest revision as of 14:39, 19 May 2008

Many people associate Numerical Linear Algebra with software packages like MatLab, SciLab, Octave and similar packages. But being a functional language Haskell should be an even better choice for doing mathematics. So is there some support for linear algebra? It follows a list of discussions about this topic and references to packages.

Discussions:

Software: