Module: Editor
Version: 5.1.4 +
Description
The formula 'DivideMatrices' returns the division of two matrices. Each element of the first matrix will be divided by the element that is on the same position of the second matrix. The matrices have to be of the same size.
Parameters
Matrix1: first matrix you want to use for division.
Matrix2: second matrix you want to use for division.
Example
Description
In the following example the formula 'DivideMatrices' is used to divide a matrix by another matrix.
Values parameters
Matrix 1:
Column 1 | Column 2 |
10 |
9 |
12 |
23 |
Matrix 2:
Column 1 | Column 2 |
2 |
5 |
3 |
10 |
Result
Output:
Column 1 | Column 2 |
5 |
1,8 |
4 |
2,3 |
The outcome is a matrix with the results of the division of the elements of the two matrices.
Related Topics
- MultiplyMatrices: The formula 'MultiplyMatrices' returns the product of two or more matrices.
Feedback
If you have any questions about this subject or if you want to provide us feedback please send us an e-mail.