find rank
rank of matrix
Answers
Answered by
0
Step-by-step explanation:
I tried using the below code but it works only for 2⨉2 matrix.
\[
M=
\left[ {\begin{array}{cc}
1 & 2 \\
3 & 4 \\
\end{array} } \right]
\]
Now the following doesn't work for me:
\[
M=
\left[ {\begin{array}{cc}
1 & 2 & 3 & 4 & 5\\
3 & 4 & 5 & 6 & 7\\
\end{array} } \right]
\]
Similar questions