Difference between revisions of "Manuals/calci/MATRIXSUBTRACT"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''MATRIXSUBTRACT (a,b) '''</div><br/> *<math>a </math> and <math>b</math> are any two matrices. ==Description== *This function is calculating the...")
 
Line 26: Line 26:
 
a_{m1}-b_{m1} & a_{m2}-b_{m2}& \cdots & a_{mn}-b_{mn}
 
a_{m1}-b_{m1} & a_{m2}-b_{m2}& \cdots & a_{mn}-b_{mn}
 
\end{bmatrix}</math>
 
\end{bmatrix}</math>
 +
 +
==Examples==
 +
 +
==See Also==
 +
*[[Manuals/calci/MATRIXSCALARSUBTRACT| MATRIXSCALARSUBTRACT]]
 +
*[[Manuals/calci/MATRIXOPERATORS| MATRIXOPERATORS]]
 +
*[[Manuals/calci/MATRIXMOD| MATRIXMOD ]]
 +
 +
==References==
 +
*[https://www.mathsisfun.com/numbers/subtraction.html Minus]
 +
 +
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
*[[ Z3 |  Z3 home ]]

Revision as of 15:29, 5 July 2017

MATRIXSUBTRACT (a,b)


  • and are any two matrices.

Description

  • This function is calculating the subtraction of two matrices or with the scalar value.
  • In , and are two matrices.
  • Suppose when we are subtracting two matrices,the order of the matrices to be considered.
  • But while subtracting with a scalar order of matrix is not considered.
  • Using this function we can do the subtraction between two matrices and one matrix with a scalar value.
  • So subtraction is defined by:

Examples

See Also

References