Manuals/calci/MATRIXADD

From ZCubes Wiki
Revision as of 14:10, 8 June 2017 by Devika (talk | contribs) (Created page with "<div style="font-size:30px">'''MATRIXADD (a,b,afactor,bfactor)'''</div><br/> *<math> a </math> and <math>b</math> are any two matrices. ==Description== *This function calcula...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
MATRIXADD (a,b,afactor,bfactor)


  • and are any two matrices.

Description

  • This function calculates the addition of the two matrices.
  • In , and are two matrices.
  • is the multiplying value with and is the multiplying value with .
  • 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 constant value is multiplied with each values in matrix A and constant value is multiplied with each values in matrix B.
  • Then it is doing the matrix addition with all the corresponding entries.
  • If the factor values are not given then it is doing usual matrix addition with the factor values as 1.