Difference between revisions of "Manuals/calci/MATRIXROW"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''MATRIXROW (a,RowIndex) '''</div><br/> *<math>a </math> is any matrix. ==Description== *This function displays mentioned row of the matrix from ...")
 
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
  
 
==Examples==
 
==Examples==
1. MATRIXROW([[6,7,8],[10,12,-22],[7,17,23]],2) = 10  12  -22
+
# MATRIXROW([[6,7,8],[10,12,-22],[7,17,23]],2) = 10  12  -22
2. MATRIXROW([-6,12,5;3,-2,9;8,3,3;4,9,10;15,18,13;22,25,81],3) = 8  3  3
+
# MATRIXROW([-6,12,5;3,-2,9;8,3,3;4,9,10;15,18,13;22,25,81],3) = 8  3  3
3. MATRIXROW([[1,2,3,4],[7,8,9,10],[11,12,13,14],[10,12,17,18],[21,22,23,24]],5) = 21 22 23 24
+
# MATRIXROW([[1,2,3,4],[7,8,9,10],[11,12,13,14],[10,12,17,18],[21,22,23,24]],5) = 21 22 23 24
 +
 
 +
==Related Videos==
 +
 
 +
{{#ev:youtube|v=YGGKSMTYf_Q|280|center|Matrix Row}}
  
 
==See Also==
 
==See Also==

Latest revision as of 14:24, 17 April 2019

MATRIXROW (a,RowIndex)


  • is any matrix.

Description

  • This function displays mentioned row of the matrix from the given matrix.
  • In , is any matrix.
  • is the number of the row to be displayed.
  • So this will take a particular row entries which is mentioned.

Examples

  1. MATRIXROW([[6,7,8],[10,12,-22],[7,17,23]],2) = 10 12 -22
  2. MATRIXROW([-6,12,5;3,-2,9;8,3,3;4,9,10;15,18,13;22,25,81],3) = 8 3 3
  3. MATRIXROW([[1,2,3,4],[7,8,9,10],[11,12,13,14],[10,12,17,18],[21,22,23,24]],5) = 21 22 23 24

Related Videos

Matrix Row

See Also

References