Description Usage Arguments Value Examples
This operator allows to do elementwise operation of two algebraic object i.e. matrices/vectors. There is one required condition to perform such operation: at least one domension values from both objects must be the same
1 2 3 4 5 6 7 | a %m% b
a %d% b
a %-% b
a %+% b
|
a |
matrix/vector |
b |
matrix/vector |
Matrix/vector
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.