cl1-03. Rango de una Matriz


Definición. Sea AA una matriz m×nm\times n, el rango de AA es el número de filas no nulas que resultan luego de reducir por renglones a la matriz.

Notación. Se denota el rango de la matriz A como ρ(A)\rho\left(A\right), Rg(A)Rg\left(A\right) o r(A)r\left(A\right).

 

Ejemplo 1. Dada la matriz A=(121131202131)A=\scriptsize{\left(\begin{array}{rrrr}1 & 2 & -1 & 1 \\ 3 & 1 & 2 & 0 \\ -2 & 1 & -3 & 1 \end{array}\right)}, calcule su rango.

Solución.

(121131202131)f23f1f3+2f1(121105530553)f3+f2(121105530000)
\left(\begin{array}{rrrr}1 & 2 & -1 & 1 \\ 3 & 1 & 2 & 0 \\ -2 & 1 & -3 & 1 \end{array}\right)
\begin{array}{c} {\scriptsize f_{2}-3f_{1}} \\ \longrightarrow \\ {\scriptsize f_{3}+2f_{1}}\end{array}
\left(\begin{array}{rrrr}1 & 2 & -1 & 1 \\ 0 & -5 & 5 & -3 \\ 0 & 5 & -5 & 3 \end{array}\right)
\stackrel{f_{3}+f_{2}}{\longrightarrow}
\left(\begin{array}{rrrr}1 & 2 & -1 & 1 \\ 0 & -5 & 5 & -3 \\ 0 & 0 & 0 & 0 \end{array}\right)

Por consiguiente, el rango de la matriz AA es 2.

Aplicación en el análisis de los sistemas de ecuaciones lineales

Teorema de Kronecker-Capelli. Sea el sistema de ecuaciones lineales Ax=bAx=b, entonces el sistema es consistente (o compatible) si y solo si el rango de AA es igual al rango de la matriz aumentada (Ab)\left(A|b\right); es decir ρ(A)=ρ(Ab)\rho\left(A\right)=\rho\left(A|b\right)
Ejemplo 2. Analice el siguiente sistema de ecuaciones lineales: {x+2yz+w=53x+y+2z=22x+y3z+w=3\left\{ \begin{array}{rcrcrcl}
x&+&2y&-&z&+&w&=&5 \\
3x&+&y&+&2z&& &=&2 \\
-2x&+&y&-&3z&+&w&=&3 
\end{array}\right.

Solución. La representación matricial del sistema Ax=bAx=b es (121131202131)(xyzw)=(523)\left(\begin{array}{rrrr}1 & 2 & -1 & 1 \\3 & 1 & 2 & 0 \\ -2 & 1 & -3 & 1 \end{array}\right)\left(\begin{array}{c}x\\y\\z\\w \end{array}\right)=\left(\begin{array}{c}5\\2\\3 \end{array}\right)donde A=(121131202131)A=\scriptsize{\left(\begin{array}{rrrr}1 & 2 & -1 & 1 \\3 & 1 & 2 & 0 \\ -2 & 1 & -3 & 1 \end{array}\right)} y b=(523)b=\scriptsize{\left(\begin{array}{c}5\\2\\3 \end{array}\right)}.

La representación con matriz aumentada (Ab)\left(A|b\right) es (121153120221313)\left(\begin{array}{rrrr|r}1 & 2 & -1 & 1 &5\\3 & 1 & 2 & 0&2 \\ -2 & 1 & -3 & 1 &3\end{array}\right)y su resolución mediante operaciones de renglón (forma escalonada) es

(121153120221313)f23f1f3+2f1(12115055313055313)f3+f2(1211505531300000)
\left(\begin{array}{rrrr|r}1 & 2 & -1 & 1 &5\\ 3 & 1 & 2 & 0&2 \\ -2 & 1 & -3 & 1 &3\end{array}\right)
\begin{array}{c} {\scriptsize f_{2}-3f_{1}} \\ \longrightarrow \\ {\scriptsize f_{3}+2f_{1}}\end{array}
\left(\begin{array}{rrrr|r}1 & 2 & -1 & 1 &5\\ 0 & -5 & 5 & -3 &-13\\ 0 & 5 & -5 & 3 &13\end{array}\right)
\stackrel{f_{3}+f_{2}}{\longrightarrow}
\left(\begin{array}{rrrr|r}1 & 2 & -1 & 1 &5\\ 0 & -5 & 5 & -3 &-13\\ 0 & 0 & 0 & 0 &0\end{array}\right)

donde se observa que el rango de la matriz aumentada (Ab)\left(A|b\right) es 2. De la misma manera, al omitir la matriz bb y analizar, se observa que el rango de A también es 2, es decirρ(1211505531300000)=ρ(121105530000)\rho \left(\begin{array}{rrrr|r}1 & 2 & -1 & 1 &5\\ 0 & -5 & 5 & -3 &-13\\ 0 & 0 & 0 & 0 &0\end{array}\right)=\rho \left(\begin{array}{rrrr}1 & 2 & -1 & 1 \\ 0 & -5 & 5 & -3\\ 0 & 0 & 0 & 0\end{array}\right)Por consiguiente, el sistema de ecuaciones lineales es consistente.

Ejemplo 3. Analice el sistema de ecuaciones lineales del ejemplo previo que ha sido modificado como: {x+2yz+w=43x+y+2z=12x+y3z+w=1
\left\{ \begin{array}{rcrcrcl}x&+&2y&-&z&+&w&=&4 \\
3x&+&y&+&2z&& &=&1 \\
-2x&+&y&-&3z&+&w&=&1 
\end{array}\right.

Solución. La representación con matriz aumentada y su resolución mediante operaciones de renglón (forma escalonada) es

(121143120121311)f23f1f3+2f1(1211505531105539)f3+f2(1211505531100002)
\left(\begin{array}{rrrr|r}1 & 2 & -1 & 1 &4\\ 3 & 1 & 2 & 0&1 \\ -2 & 1 & -3 & 1 &1\end{array}\right)
\begin{array}{c} {\scriptsize f_{2}-3f_{1}} \\ \longrightarrow \\ {\scriptsize f_{3}+2f_{1}}\end{array}
\left(\begin{array}{rrrr|r}1 & 2 & -1 & 1 &5\\ 0 & -5 & 5 & -3 &-11\\ 0 & 5 & -5 & 3 &9\end{array}\right)
\stackrel{f_{3}+f_{2}}{\longrightarrow}
\left(\begin{array}{rrrr|r}1 & 2 & -1 & 1 &5\\ 0 & -5 & 5 & -3 &-11\\ 0 & 0 & 0 & 0 &2\end{array}\right)

donde se puede observar que la matriz aumentada (Ab)\left(A|b\right) tiene rango 3, pero al omitir la aumentada bb, se obtiene que el rango de AA es 22. Por consiguiente, el sistema de ecuaciones lineales es inconsistente.

El rango provee además información sobre el tipo de solución cuando un sistema de ecuaciones lineales (Ab)\left(A|b\right) es consistente. El número de incógnitas es el número de columnas nn de la matriz AA, mientras que el número de variables libres es igual a nρn-\rho. En consecuencia, un sistema de ecuaciones lineales consistente tiene infinitas soluciones, si y solo si, nρn-\rho es mayor que cero (n>ρ)\left(n>\rho\right), pero tiene solución única si n=ρn=\rho.

En el sistema de ecuaciones lineales consistente del Ejemplo 2, se tiene que ρ=2\rho=2 pero el número de incógnitas es n=4n=4. Luego, la cantidad de variables libres es nρ=2n-\rho=2 y el sistema de ecuaciones lineales tiene infinitas soluciones.

Ejemplo 4. Analice el siguiente sistema de ecuaciones lineales aplicando el concepto de rango: {2x3y=6x3y=03x3y=12
\left\{ \begin{array}{rcrcl}2x&-&3y&=&6 \\
x&-&3y&=&0 \\
3x&-&3y&=&12 
\end{array}\right.

Solución. La representación con matriz aumentada y su resolución mediante operaciones de renglón (forma escalonada) es

(2361303312)f1f2(1302363312)f22f1f33f1(1300360612)f32f2(130036000)\left(\begin{array}{rr|r} 2 & -3 & 6\\ 1 & -3 & 0\\ 3 & -3 & 12 \end{array}\right) \begin{array}{c} \stackrel{f_{1} {\leftrightarrow} f_{2}}{\longrightarrow} \end{array}\left(\begin{array}{rr|r}1 & -3 & 0\\2 & -3 & 6\\3 & -3 & 12\end{array}\right) \begin{array}{c} {\scriptsize f_{2}-2f_{1}} \\ \longrightarrow \\ {\scriptsize f_{3}-3f_{1}}\end{array} \left(\begin{array}{rr|r} 1 & -3 & 0\\0 & 3 & 6\\0 & 6 & 12\end{array}\right) \stackrel{f_{3}-2f_{2}}{\longrightarrow}\left(\begin{array}{rr|r}1 & -3 & 0\\0 & 3 & 6\\0 & 0 & 0\end{array}\right) 

donde se puede observar que ρ(Ab)=ρ(A)\rho\left(A|b\right)=\rho\left(A\right). Por consiguiente, el sistema de ecuaciones lineales es consistente.

El número de incógnitas es 22, y el rango es 22, por consiguiente, el sistema de ecuaciones lineales tiene solución única, pues la cantidad de variables libres es nρ=0n-\rho=0.


Enlaces de interés

Clase Online
Plataforma SIDWeb
Referencias Bibliográficas

Publicado por

Isaac Mancero Mosquera

imancero@espol.edu.ec | Docente FCNM – ESPOL