Difference between revisions of "Manuals/calci/MATRIXRANK"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''MATRIXRANK (a)'''</div><br/> *<math>a</math> is any matrix. ==Description== *This function shows the rank of the Matrix. *In <math>MATRIXRANK(a...") |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 12: | Line 12: | ||
==Examples== | ==Examples== | ||
| − | + | # MATRIXRANK(IM(9)) = 9 | |
| − | + | # MATRIXRANK([[2,5,8,9],[3,4,6,1],[9,6,5,2]]) = 3 | |
| − | + | # MATRIXRANK([[2,5],[8,9],[3,4],[6,1],[9,6],[5,2]]) = 2 | |
| + | |||
| + | ==Related Videos== | ||
| + | |||
| + | {{#ev:youtube|v=JUgrBkPteTg|280|center|Dimension of Column}} | ||
==See Also== | ==See Also== | ||
Latest revision as of 12:57, 17 April 2019
MATRIXRANK (a)
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a} is any matrix.
Description
- This function shows the rank of the Matrix.
- In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle MATRIXRANK(a)} , Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a} is any order of the matrix.
- The Rank of the matrix is defined by maximum number of columns or Maximum number of rows in the Matrix.
- For Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle rxc} matrix,If Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle r} is less than Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle c} , then the maximum rank of the matrix is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle r} .
- If Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle r} is greater than Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle c} , then the maximum rank of the matrix is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle c} .
- Suppose all entries are zero in the given matrix then Rank of the Matrix is zero.
- If a matrix had even one non-zero element, its minimum rank would be one.
Examples
- MATRIXRANK(IM(9)) = 9
- MATRIXRANK([[2,5,8,9],[3,4,6,1],[9,6,5,2]]) = 3
- MATRIXRANK([[2,5],[8,9],[3,4],[6,1],[9,6],[5,2]]) = 2