In this category:
Using of matrices:
- type: matrix{number of rows}{number of columns}{values separate with space}
- example: matrix{3}{2}{10 15 25 30 10 55}
Example:
<m>A=matrix{2}{2}{10+5 15 -25 17}=;n;n;B=matrix{2}{2}{25 14 0 -52};n;n;C=A*B=</m>
Result: