Difference between revisions of "Manuals/calci/MATRIXAPPENDROWS"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''MATRIXAPPENDROWS (a,b)'''</div><br/> *<math> a </math> and <math>b</math> are any two matrices. ==Description== *This function is adding the ro...")
 
 
Line 28: Line 28:
 
| 8 || 9 || null
 
| 8 || 9 || null
 
|}
 
|}
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=tnBGR8KM2wY|280|center|Append Rows}}
  
 
==References==
 
==References==

Latest revision as of 14:46, 12 April 2019

MATRIXAPPENDROWS (a,b)


  • and are any two matrices.

Description

  • This function is adding the rows of the two matrices.
  • In , and are any two matrices.
  • This function used to join the rows of the 1st matrix to the second matrix.
  • Here rows of the 1st matrix and 2nd matrix can be same.
  • Suppose row of the 1st matrix is greater than the 2nd matrix then it will display all rows values.
  • Suppose row of the 1st matrix is less than the 2nd matrix then it will ignore additional row of the 2nd matrix.
  • Also this will join remaining rows of 1st matrix and 2nd matrix.

Examples

1. MATRIXAPPENDROWS([2,3;4,5],[8,7;9,3])

2 3 8 7
4 5 9 3

2. MATRIXAPPENDROWS([[14,12],[13,15],[8,9]],[[7,9,4],[10,12,13]])

14 12 7 9 4
13 15 10 12 13
8 9 null

Related Videos

Append Rows

References

References