hi I have a question about haskell coding.

Matrices

One of many ways to define matrices in Haskell is the list of matrix rows, where a row is a list of double precision oating point numbers:
...