[Haskell-cafe] matrix question
조광래
kwangraecho at gmail.com
Tue Feb 2 07:15:32 EST 2010
define functions
type Matrix=[[Double]]
multMM :: Matrix -> Matrix -> Matrix --multiplies two matrices
det :: Matrix -> Double --computes the determinant of a matrix
inv :: Matrix -> Matrix --inverts a matrix
i stuck on those problems
can any one help me out?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100202/845cd156/attachment.html
More information about the Haskell-Cafe
mailing list