Parte:
Project ID:
9000019904
Accepted:
1
Clonable:
0
Easy:
0
Dado el siguiente sistema matricial.
Halla \(\mathop{\mathrm{rango}}(A)\)
y \(\mathop{\mathrm{rango}}(A')\).
\[
A = \begin{pmatrix}
-1 & 3 & 2 \\
0 & 4 & -5 \\
0 & 0 & 2
\end{pmatrix} \qquad
A' = \left(\begin{array}{ccc|c}
-1 & 3 & 2 & 5 \\
0 & 4 & -5 & 10\\
0 & 0 & 2 & 0
\end{array}\right)
\]
\(\mathop{\mathrm{rango}}(A) = 3,\ \mathop{\mathrm{rango}}(A') = 3\)
\(\mathop{\mathrm{rango}}(A) = 2,\ \mathop{\mathrm{rango}}(A') = 3\)
\(\mathop{\mathrm{rango}}(A) = 3,\ \mathop{\mathrm{rango}}(A') = 2\)
\(\mathop{\mathrm{rango}}(A) = 2,\ \mathop{\mathrm{rango}}(A') = 2\)