<
Previous lesson
|
Table of Content
|
Content
of this Chapter
|
Next lesson
>
Exercise
- Make a function to return a matrix containing natural ordered positive integer matrix filled row by row.
-
Make a function to return a matrix Addition
matrixC = mAdd (matrixA, matrixB).
-
Make a function to return a matrix Multiplication
matrixC = mMult(matrixA, matrixB).
Do not forget to check the size of the matrix input.
<
Previous lesson
|
Table of Content
|
Content
of this Chapter
|
Next lesson
>