Difference between revisions of "Manuals/calci/MATRIXCOLUMN"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:25px">'''MATRIXCOLUMN (a,ColumnIndex)'''</div><br/> *<math>a</math> is any matrix. *<math>ColumnIndex</math> is any column number. ==Description== *This...")
 
 
(5 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
*In MATRIXCOLUMN (a,ColumnIndex),<a> is any order of matrix.
 
*In MATRIXCOLUMN (a,ColumnIndex),<a> is any order of matrix.
 
*<math>ColumnIndex</math> is the particular column number of the given Matrix.
 
*<math>ColumnIndex</math> is the particular column number of the given Matrix.
 +
*Column is a vertical set of numbers in a matrix.
 +
*This function is used to pick the particular column entries from the given matrix.
  
 
==Examples==
 
==Examples==
 
1. MATRIXCOLUMN([[10,-11,13],[26,2,7],[5,18,3]],1)
 
1. MATRIXCOLUMN([[10,-11,13],[26,2,7],[5,18,3]],1)
<math>\begin{matrix}
+
*<math>
 +
\begin{matrix}
 
  10 \\
 
  10 \\
 
26 \\
 
26 \\
 
5  
 
5  
 
\end{matrix}</math>
 
\end{matrix}</math>
2. MATRIXCOLUMN([[37,8,9,10],[5,6,-18,15]],3)
+
 
<math>\begin{matrix}
+
2.MATRIXCOLUMN([[37,8,9,10],[5,6,-18,15]],3)
 +
*<math>\begin{matrix}
 
  9 \\
 
  9 \\
 
-18  
 
-18  
\end{matrix}</math>  
+
\end{matrix}</math>
 +
 
 +
==Related Videos==
 +
 
 +
{{#ev:youtube|v=YGGKSMTYf_Q|280|center|Matrix Columns}}
  
 
==See Also==
 
==See Also==

Latest revision as of 14:47, 12 April 2019

MATRIXCOLUMN (a,ColumnIndex)


  • is any matrix.
  • is any column number.

Description

  • This function gives the Particular column values of the given Matrix.
  • Matrix is an Array of numbers which arranged in rows and columns.
  • There are different order of matrices.
  • So we can get a desired column value of the given matrix.
  • In MATRIXCOLUMN (a,ColumnIndex),<a> is any order of matrix.
  • is the particular column number of the given Matrix.
  • Column is a vertical set of numbers in a matrix.
  • This function is used to pick the particular column entries from the given matrix.

Examples

1. MATRIXCOLUMN([[10,-11,13],[26,2,7],[5,18,3]],1)

2.MATRIXCOLUMN([[37,8,9,10],[5,6,-18,15]],3)

Related Videos

Matrix Columns

See Also

References