Manuals/calci/MATRIXPLUS

From ZCubes Wiki
Revision as of 16:43, 21 June 2017 by Devika (talk | contribs) (Created page with "<div style="font-size:30px">'''MATRIXPLUS (a,b,ConsiderUnits)'''</div><br/> *<math> a </math> and <math>b</math> are any two matrices. ==Description== *This function calculat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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

See Also

References