Module: Editor
Version: 5.1.4 +
Description
The formula 'MultiplyMatrices' returns the product of two or more matrices. Each value of the matrix will be multiplied to the value from the other matrix that is on the same posistion. The matrices have to be of the same size.
Parameters
Matrix 1: matrix 1, matrix 2, ... are 1 to 30 matrices you want to multiply the elements of.
Example
Description
In the following example the formula 'MultiplyMatrices' is used to get the product of two matrices.
Values parameters
Matrix 1:
Column 1 | Column 2 |
10 |
35 |
50 |
20 |
Matrix 2:
Column 1 | Column 2 |
20 |
25 |
30 |
5 |
Result
Output:
Column 1 | Column 2 |
200 |
875 |
1500 |
100 |
The outcome is the a matrix with the product of each element of the two matrices.
Related Topics
- MultiplyMatrixVector: The formula 'MultiplyMatrixVector' returns the product of a matrix and a vector.
- MultiplyScalarMatrix: The formula 'MultiplyScalarMatrix' returns the product of a scalar and a matrix.
Feedback
If you have any questions about this subject or if you want to provide us feedback please send us an e-mail.