Manuals/calci/MATRIXAPPENDCOLUMNS

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


  • and are any two matrices.

Description

  • This function is adding the columns of the two matrices.
  • In , and are any two matrices.
  • Here this function is used to join the columns of the two matrices with out deleting any values.
  • So we can join any order of matrices together.

Examples

1. MATRIXAPPENDCOLUMNS([2,3,4;7,8,9;10,2,4],[4,6,9;20,22,43;17,13,19])

2 3 4
7 8 9
10 2 4
4 6 9
20 22 43
17 13 19