Difference between revisions of "MatrixRank Command"

From GeoGebra Manual
Jump to: navigation, search
m (command syntax: changed [ ] into ( ))
m (typo)
 
Line 9: Line 9:
  
 
{{hint|1=
 
{{hint|1=
In the [[File:Menu view cas.svg|link=|16px]] [[CAS View]] this command also works with undefinde variables.
+
In the [[File:Menu view cas.svg|link=|16px]] [[CAS View]] this command also works with undefined variables.
 
:{{example|<div><code><nowiki>MatrixRank({{1, 2}, {k*1,  k*2}})</nowiki></code>  yields ''1''.</div>}}
 
:{{example|<div><code><nowiki>MatrixRank({{1, 2}, {k*1,  k*2}})</nowiki></code>  yields ''1''.</div>}}
 
}}
 
}}

Latest revision as of 10:51, 8 July 2019


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.


Note Hint: In the Menu view cas.svg CAS View this command also works with undefined variables.
Example:
MatrixRank({{1, 2}, {k*1, k*2}}) yields 1.
© 2024 International GeoGebra Institute