This file implements matrices as lists of lists. Note that this is
a functional implementation used to demonstrate how to manipulate
lists in a functional manner (using listMap and
listReduce) and not an efficient implementation of
matrices computations.
This file implements matrices as lists of lists. Note that this is a functional implementation used to demonstrate how to manipulate lists in a functional manner (using listMap and listReduce) and not an efficient implementation of matrices computations.
Example
Here is a manner to create and display a matrix :