Compare two revisions of: Matrix Variables

... ... @@ -98,6 +98,9 @@ The new syntax also supports function actions such as normalize, calculate, expa
98 98 \end{variables}
99 99 ...
100 100 ```
101 +
102 +See [Matrix Algebra Example](https://miau.mumie.net/web-miau/editor/content%2Fexamples%2FinputMatrix%2Fprb_matrix_algebra.src.tex) in Webmiau, or learn how to create input.matrix questions [here](input.fields.md#input-matrix-questions)
103 +
101 104 ## Indexing and Slicing
102 105
103 106 Indexing and slicing is zero based as in numpy. So the first row and the first column in a matrix have the index 0.
104 107