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?
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to