Matemática, perguntado por HenriqueXVII, 3 meses atrás

Quero saber a matriz inversa de especificamente [1 3] [5 2],pfvr estou precisando

NÃO FAZER OUTRO EXEMPLO!

Soluções para a tarefa

Respondido por lavinnea
0

Resposta:

matriz inversa de M

M=\left[\begin{array}{ccc}1&3\\5&2\end{array}\right] \\

Vamos representar a matriz inversa de forma algébrica:

M^{-1}=\left[\begin{array}{ccc}a&b\\c&d\end{array}\right]

O produto entre essas matrizes tem que ser igual a I₂

M\times M^{-1}=I\\ \\ \\ \left[\begin{array}{ccc}1&3\\5&2\end{array}\right] \times\left[\begin{array}{ccc}a&b\\c&d\\\end{array}\right] =\left[\begin{array}{ccc}1&0\\0&1\end{array}\right] \\ \\ \\ \left[\begin{array}{ccc}a+3c&b+3d\\5a+2c&5b+2d\end{array}\right] =\left[\begin{array}{ccc}1&0\\0&1\end{array}\right]

Separar o problema em dois sistemas de equações

\left \{ {{a+3c=1} \atop {5a+2c=0}} \right.

Pela adição:

multiplica a + 3c =1 por -5

\{-\not5a-15c=-5\\ \{+\not5a+2c=0\\ \\ -15c+2c=-5\\ \\ -13c=-5~~~~\times(-1)\\ \\ 13c=5\\ \\\boxed{ c=\dfrac{5}{13}}\\ \\ \\ a+3c=1\\ \\ a+3.(\dfrac{5}{13})=1\\ \\ \\ a+\dfrac{15}{13}=1\\ \\ \\ a=1-\dfrac{15}{13}\\ \\ \\ a=\dfrac{13-15}{13}\\ \\ \\ \boxed{a=-\dfrac{2}{13}}

\left \{ {{b+3d=0} \atop {5b+2d=1}} \right.

Pela adição:

multiplica b+3d por -5

\{-\not5b-15d=0\\ \{+\not5b+2d=1\\ \\ \\ -15d+2d=1\\ \\ -13d=1~~~~\times(-1)\\ \\ 13d=-1\\ \\ \\\boxed{ d=-\dfrac{1}{13}}\\ \\ \\ b+3d=0\\ \\ b+3.(-\dfrac{1}{13})=0\\ \\ \\ b-\dfrac{3}{13}=0\\ \\ \\\boxed{ b=\dfrac{3}{13}}

Conhecendo todos os termos da matriz M⁻¹

Substituir pelos valores

M^{-1}=\begin{pmatrix}-\dfrac{2}{13}&\dfrac{3}{13}\\ \\ \dfrac{5}{13}&-\dfrac{1}{13}\end{pmatrix}


HenriqueXVII: Porque você trocou o 1 por 13 na hora de encontrar o valor de A?
lavinnea: Tirei o MMC → 13 ÷ 1 =13 × 1 = 13
Perguntas interessantes