Matemáticas II · Matrices · Castilla y León · 2025

Ejercicio resuelto de Matrices · Matemáticas II · 2025

Se consideran las matrices A=(1111) A = \begin{pmatrix} 1 & 1 \\ -1 & -1 \end{pmatrix} , B=(01) B = \begin{pmatrix} 0 \\ 1 \end{pmatrix} , N=(2221) N = \begin{pmatrix} 2 & 2 \\ 2 & 1 \end{pmatrix} y C=(222244) C = \begin{pmatrix} 2 & -2 \\ -2 & 2 \\ 4 & 4 \end{pmatrix} .

a) Calcular la matriz M=AtABBt M = A^{t}A - BB^{t} , donde At A^{t} y Bt B^{t} representan las matrices transpuestas de A A y B B , respectivamente. [1 punto]

b) Hallar la matriz X X que cumple la igualdad XN=C XN = C . [1,5 puntos]

Solución

a) Calcular la matriz M=AtABBt, donde At y Bt representan las matrices transpuestas de A y B, respectivamente. [1 punto]\textbf{a) Calcular la matriz } \boldsymbol{M = A^{t}A - BB^{t}}\textbf{, donde } \boldsymbol{A^{t}}\textbf{ y } \boldsymbol{B^{t}}\textbf{ representan las matrices transpuestas de } \boldsymbol{A}\textbf{ y } \boldsymbol{B}\textbf{, respectivamente. [1 punto]}

Conviene mirar primero los tamaños: AtA A^{t}A es 2×2 2\times 2 y BBt BB^{t} también, al multiplicar una columna por una fila, de modo que la resta tiene sentido.

AtA=(1111)(1111)=(2222) A^{t}A=\begin{pmatrix} 1 & -1 \\ 1 & -1 \end{pmatrix}\begin{pmatrix} 1 & 1 \\ -1 & -1 \end{pmatrix}=\begin{pmatrix} 2 & 2 \\ 2 & 2 \end{pmatrix}

BBt=(01)(01)=(0001) BB^{t}=\begin{pmatrix} 0 \\ 1 \end{pmatrix}\begin{pmatrix} 0 & 1 \end{pmatrix}=\begin{pmatrix} 0 & 0 \\ 0 & 1 \end{pmatrix}

M=(2222)(0001)=(2221) M=\begin{pmatrix} 2 & 2 \\ 2 & 2 \end{pmatrix}-\begin{pmatrix} 0 & 0 \\ 0 & 1 \end{pmatrix}=\begin{pmatrix} 2 & 2 \\ 2 & 1 \end{pmatrix}

La matriz pedida es M=(2221) M=\begin{pmatrix} 2 & 2 \\ 2 & 1 \end{pmatrix} , que resulta ser precisamente la matriz N N del enunciado.

b) Hallar la matriz X que cumple la igualdad XN=C. [1,5 puntos]\textbf{b) Hallar la matriz } \boldsymbol{X}\textbf{ que cumple la igualdad } \boldsymbol{XN = C}\textbf{. [1,5 puntos]}

En esta ecuación N N multiplica a X X por la derecha, así que hay que multiplicar por N1 N^{-1} también por la derecha. Además, como C C es 3×2 3\times 2 y N N es 2×2 2\times 2 , la incógnita X X es de orden 3×2 3\times 2 .

N=2221=24=20 |N|=\begin{vmatrix} 2 & 2 \\ 2 & 1 \end{vmatrix}=2-4=-2\neq 0

XNN1=CN1X=CN1 XNN^{-1}=CN^{-1} \Rightarrow X=CN^{-1}

N1=1NAdj(Nt)=12(1222)=(12111) N^{-1}=\dfrac{1}{|N|}\operatorname{Adj}\left(N^{t}\right)=-\dfrac{1}{2}\begin{pmatrix} 1 & -2 \\ -2 & 2 \end{pmatrix}=\begin{pmatrix} -\dfrac{1}{2} & 1 \\ 1 & -1 \end{pmatrix}

X=(222244)(12111)=(343420) X=\begin{pmatrix} 2 & -2 \\ -2 & 2 \\ 4 & 4 \end{pmatrix}\begin{pmatrix} -\dfrac{1}{2} & 1 \\ 1 & -1 \end{pmatrix}=\begin{pmatrix} -3 & 4 \\ 3 & -4 \\ 2 & 0 \end{pmatrix}

Comprobamos el resultado multiplicando por N N :

XN=(343420)(2221)=(222244)=C XN=\begin{pmatrix} -3 & 4 \\ 3 & -4 \\ 2 & 0 \end{pmatrix}\begin{pmatrix} 2 & 2 \\ 2 & 1 \end{pmatrix}=\begin{pmatrix} 2 & -2 \\ -2 & 2 \\ 4 & 4 \end{pmatrix}=C

La matriz buscada es X=(343420) X=\begin{pmatrix} -3 & 4 \\ 3 & -4 \\ 2 & 0 \end{pmatrix} .

Más ejercicios de Matrices

Ver este ejercicio en Hodeia — miles de ejercicios de selectividad resueltos y filtrables.