Difference between revisions of "MatrixRank Command"

From GeoGebra Manual
Jump to: navigation, search
m
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 
{{command|vector-matrix}}
 
{{command|vector-matrix}}
 
;MatrixRank[ <Matrix> ]
 
;MatrixRank[ <Matrix> ]

Revision as of 09:47, 28 July 2015


MatrixRank[ <Matrix> ]
Returns the rank of given matrix.
Examples:
  • MatrixRank[{{2, 2}, {1, 1}}] yields 1,
  • MatrixRank[{{1, 2}, {3, 4}}] yields 2,
  • let A = {{1, 2, 3}, {1, 1, 1}, {2, 2, 2}} be a 3x3-matrix, MatrixRank[A] yields 2.


CAS Syntax

MatrixRank[ <Matrix> ]
Returns the rank of given matrix.
Examples:
  • MatrixRank[{{2, 2}, {1, 1}}] yields 1,
  • MatrixRank[{{1, 2}, {3, 4}}] yields 2,
  • MatrixRank[{{1, 2}, {k*1, k*2}}] yields 1.
© 2024 International GeoGebra Institute