a) ¿ Para qué valores de a la matriz A es invertible ?
b) Para a=0, hallar la inversa de A
SOLUCIÓN.
a)
La condición para que A no sea invertible es que su determinante sea nulo \begin{vmatrix}a^2&a&1 \\ 2a & a+1 &2 \\ 1 & 1 &1\end{vmatrix}=0\Leftrightarrow a^3-3\,a^2-3a-1=0 \Leftrightarrow (a-1)^3=0 \Leftrightarrow a=1 luego la matriz es invertible si a\neq 1
b)
Si a:=0, entonces la matriz es \begin{pmatrix}0&0&1 \\ 0 & 1 &2 \\ 1 & 1 &1\end{pmatrix} y su determinante es \text{det}(A)=-1 Así pues, teniendo en cuenta que, A^{-1}=\dfrac{1}{\text{det}(A)}\,(\text{Adj}(A))^{\top}
Es fácil calcular la matriz de los cofactores ( o de los adjuntos de los elementos de la matriz A ), y sale lo siguiente: \text{Adj}(A)=\begin{pmatrix}-1&2&-1 \\ 1 & -1 &0 \\ -1 & 0 &0\end{pmatrix} luego (\text{Adj}(A))^{\top}=\begin{pmatrix}-1&1&-1 \\ 2 & -1 &0 \\ -1 & 0 &0\end{pmatrix} con lo cual A^{-1}=\dfrac{1}{-1}\,\begin{pmatrix}-1&1&-1 \\ 2 & -1 &0 \\ -1 & 0 &0\end{pmatrix}=\begin{pmatrix}1&-1&1 \\ -2 & 1 &0 \\ 1 & 0 &0\end{pmatrix}
\square
No hay comentarios:
Publicar un comentario
Gracias por tus comentarios