Difference between revisions of "MatrixRank Command"

From GeoGebra Manual
Jump to: navigation, search
m (typo)
Line 3: Line 3:
 
;MatrixRank[ <Matrix> ]
 
;MatrixRank[ <Matrix> ]
 
:Returns the [[w:Rank_(linear_algebra)|rank]] of given matrix.
 
:Returns the [[w:Rank_(linear_algebra)|rank]] of given matrix.
:{{example| 1=<div>
+
:{{examples| 1=<div>
 
:* <code><nowiki>MatrixRank[{{2, 2}, {1, 1}}]</nowiki></code> yields ''1'',
 
:* <code><nowiki>MatrixRank[{{2, 2}, {1, 1}}]</nowiki></code> yields ''1'',
 
:* <code><nowiki>MatrixRank[{{1, 2}, {3, 4}}]</nowiki></code> yields ''2''.</div>}}
 
:* <code><nowiki>MatrixRank[{{1, 2}, {3, 4}}]</nowiki></code> yields ''2''.</div>}}
Line 9: Line 9:
 
;MatrixRank[ <Matrix> ]
 
;MatrixRank[ <Matrix> ]
 
:Returns the [[w:Rank_(linear_algebra)|rank]] of given matrix.
 
:Returns the [[w:Rank_(linear_algebra)|rank]] of given matrix.
:{{example| 1=<div>
+
:{{examples| 1=<div>
 
:* <code><nowiki>MatrixRank[{{2, 2}, {1, 1}}]</nowiki></code> yields ''1'',
 
:* <code><nowiki>MatrixRank[{{2, 2}, {1, 1}}]</nowiki></code> yields ''1'',
 
:* <code><nowiki>MatrixRank[{{1, 2}, {3, 4}}]</nowiki></code> yields ''2''.</div>}}
 
:* <code><nowiki>MatrixRank[{{1, 2}, {3, 4}}]</nowiki></code> yields ''2''.</div>}}

Revision as of 12:03, 22 December 2012


MatrixRank[ <Matrix> ]
Returns the rank of given matrix.
Examples:
  • MatrixRank[{{2, 2}, {1, 1}}] yields 1,
  • MatrixRank[{{1, 2}, {3, 4}}] 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.
© 2024 International GeoGebra Institute