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

Ejercicio resuelto de Matrices · Matemáticas II · 2022

a) Dadas las matrices A=(1011) A = \begin{pmatrix} 1 & 0 \\ 1 & 1 \end{pmatrix} , B=(0210) B = \begin{pmatrix} 0 & 2 \\ 1 & 0 \end{pmatrix} , C=(1322) C = \begin{pmatrix} 1 & 3 \\ 2 & 2 \end{pmatrix} , hállese la matriz X X tal que AX+B=C AX + B = C . [1,2 puntos]

b) Dadas las matrices M=(101110) M = \begin{pmatrix} 1 & 0 & 1 \\ -1 & 1 & 0 \end{pmatrix} , N=(1234) N = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} , P=(101100) P = \begin{pmatrix} 1 & 0 \\ 1 & 1 \\ 0 & 0 \end{pmatrix} , explíquese cuáles de los productos MN MN , MP MP , NP NP pueden calcularse, y calcúlense cuando se pueda. [0,8 puntos]

Solución

a) Dadas las matrices A, B, C, haˊllese la matriz X tal que AX+B=C. [1,2 puntos]\textbf{a) Dadas las matrices } \boldsymbol{A}\textbf{, } \boldsymbol{B}\textbf{, } \boldsymbol{C}\textbf{, hállese la matriz } \boldsymbol{X}\textbf{ tal que } \boldsymbol{AX + B = C}\textbf{. [1,2 puntos]}

Despejamos X X pasando B B al otro miembro y multiplicando por A1 A^{-1} por la izquierda, que es el lado por el que A A multiplica.

AX=CB=(1322)(0210)=(1112) AX=C-B=\begin{pmatrix} 1 & 3 \\ 2 & 2 \end{pmatrix}-\begin{pmatrix} 0 & 2 \\ 1 & 0 \end{pmatrix}=\begin{pmatrix} 1 & 1 \\ 1 & 2 \end{pmatrix}

La matriz A A es invertible:

A=1011=10A1=(1011) |A|=\begin{vmatrix} 1 & 0 \\ 1 & 1 \end{vmatrix}=1\neq 0 \Rightarrow A^{-1}=\begin{pmatrix} 1 & 0 \\ -1 & 1 \end{pmatrix}

X=A1(CB)=(1011)(1112)=(1101) X=A^{-1}(C-B)=\begin{pmatrix} 1 & 0 \\ -1 & 1 \end{pmatrix}\begin{pmatrix} 1 & 1 \\ 1 & 2 \end{pmatrix}=\begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix}

Se comprueba sustituyendo: AX+B=(1112)+(0210)=(1322)=C AX+B=\begin{pmatrix} 1 & 1 \\ 1 & 2 \end{pmatrix}+\begin{pmatrix} 0 & 2 \\ 1 & 0 \end{pmatrix}=\begin{pmatrix} 1 & 3 \\ 2 & 2 \end{pmatrix}=C .

b) Dadas las matrices M, N, P, explıˊquese cuaˊles de los productos MN, MP, NP pueden calcularse, y calcuˊlense cuando se pueda. [0,8 puntos]\textbf{b) Dadas las matrices } \boldsymbol{M}\textbf{, } \boldsymbol{N}\textbf{, } \boldsymbol{P}\textbf{, explíquese cuáles de los productos } \boldsymbol{MN}\textbf{, } \boldsymbol{MP}\textbf{, } \boldsymbol{NP}\textbf{ pueden calcularse, y calcúlense cuando se pueda. [0,8 puntos]}

Dos matrices se pueden multiplicar cuando el número de columnas de la primera coincide con el número de filas de la segunda. Anotamos los órdenes:

M M es 2×3 2\times 3 , N N es 2×2 2\times 2 y P P es 3×2 3\times 2 .

MN: (2×3)(2×2)32 MN:\ (2\times \mathbf{3})\cdot(\mathbf{2}\times 2) \Rightarrow 3\neq 2, no se puede calcular.

NP: (2×2)(3×2)23 NP:\ (2\times \mathbf{2})\cdot(\mathbf{3}\times 2) \Rightarrow 2\neq 3, tampoco.

MP: (2×3)(3×2) MP:\ (2\times \mathbf{3})\cdot(\mathbf{3}\times 2) \Rightarrow sí se puede, y el resultado es de orden 2×2 2\times 2 .

MP=(101110)(101100)=(1001) MP=\begin{pmatrix} 1 & 0 & 1 \\ -1 & 1 & 0 \end{pmatrix}\begin{pmatrix} 1 & 0 \\ 1 & 1 \\ 0 & 0 \end{pmatrix}=\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}

El único producto posible es MP MP , y resulta ser la matriz identidad de orden 2 2 .

Más ejercicios de Matrices

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