Difference between revisions of "Manuals/calci/MATRIXPLUS"
Jump to navigation
Jump to search
Line 45: | Line 45: | ||
==Related Videos== | ==Related Videos== | ||
− | {{#ev:youtube|v=x0IaGTzYogU|280|center| | + | {{#ev:youtube|v=x0IaGTzYogU|280|center|Matrix Add}} |
==See Also== | ==See Also== |
Latest revision as of 12:52, 17 April 2019
MATRIXPLUS (a,b,ConsiderUnits)
- and are any two matrices.
Description
- This function calculates the addition of the two matrices.
- In , and are two matrices.
- Matrix addition is the basic operation of adding two matrices with the corresponding entries.
- Two matrices must have an equal number of rows and columns.
- The sum of matrices A and B is denoted by
Examples
1. MATRIXPLUS([2,3,4;5,6,7],[9,12,43;20,26,87])
11 | 15 | 47 |
25 | 32 | 94 |
2. MATRIXPLUS([-45,30.4;12,65;98,-44],[92,34;-87,26;77,56])
47 | 64.4 |
-75 | 91 |
175 | 12 |
Related Videos
See Also
References