Linear algebra: Difference between revisions

From HaskellWiki
(link to Libraries_and_tools/Mathematics)
m (more specific software link)
 
(2 intermediate revisions by one other user not shown)
Line 11: Line 11:


Software:
Software:
* See [[Libraries and tools/Mathematics]]
* See [[Libraries and tools/Mathematics#Linear_algebra]]


[[Category:Packages]]
[[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: