Help with matrices?
you can multiply by the inverse to solve that
ok can you help me find the inverse?
@AutumnRoseT did you get the answer.
@Haseeb96 no, I'm not sure how to get the inverse
For inverse we use this formula A^-1(call A inverse) = adj A/ I A I
I'm still not sure how to do that...
have you hear the words adjoint matrix and discriminant matrix?
I know of discriminant matrix but not adjoint...
its called determinant, not discriminant :)
okay
there is a nice formula for the inverse of a 2x2 matrix
Ya I thought it sounded funny thank you perl
$$\large \mathbf{A}^{-1} = \begin{bmatrix} a & b \\ c & d \\ \end{bmatrix}^{-1} = \frac{1}{\det(\mathbf{A})} \begin{bmatrix} \,\,\,d & \!\!-b \\ -c & \,a \\ \end{bmatrix} = \frac{1}{ad - bc} \begin{bmatrix} \,\,\,d & \!\!-b \\ -c & \,a \\ \end{bmatrix} $$
I don't suppose someone could walk me through the equation with this problem?
i can
I would really appreciate it so I can understand it better
$$ \mathbf{A} = \begin{bmatrix} 5 & -2 \\ 2 & -1 \\ \end{bmatrix} \\~\\ \mathbf{A}^{-1} = \begin{bmatrix} 5 & -2 \\ 2 & -1 \\ \end{bmatrix}^{-1} = \frac{1}{\det(\mathbf{A})} \begin{bmatrix} \ -1 & \ 2 \\ -2 & 5 \\ \end{bmatrix} = \frac{1}{ad - bc} \begin{bmatrix} \,\,\,d & \!\!-b \\ -c & \,a \\ \end{bmatrix} $$
notice how i am using the formula above
yes ok I can kinda see how that works...
$$ \mathbf{A} = \begin{bmatrix} a & b \\ c & d \\ \end{bmatrix}= \begin{bmatrix} 5 & -2 \\ 2 & -1 \\ \end{bmatrix} \\~\\ \mathbf{A}^{-1} = \frac{1}{\det(\mathbf{A})} \begin{bmatrix} \,\,\,d & \!\!-b \\ -c & \,a \\ \end{bmatrix} =\frac{1}{5(-1) - (-2)(2)} \begin{bmatrix} \ -1 & \ 2 \\ -2 & 5 \\ \end{bmatrix} $$
ok this will take a minute for me to look at and understand...
the positions a,d switch, and b,c both become negative
oh ok I can see it now
$$ \large{ \mathbf{A} = \begin{bmatrix} a & b \\ c & d \\ \end{bmatrix}= \begin{bmatrix} 5 & -2 \\ 2 & -1 \\ \end{bmatrix} \\~\\ \mathbf{A}^{-1} = \frac{1}{ad - bc} \begin{bmatrix} \,\,\,d & \!\!-b \\ -c & \,a \\ \end{bmatrix} =\frac{1}{5(-1) - (-2)(2)} \begin{bmatrix} \ -1 & \ 2 \\ -2 & 5 \\ \end{bmatrix} \\~\\ \mathbf{A}^{-1} =\frac{1}{-1}\begin{bmatrix} \ -1 & \ 2 \\ -2 & 5 \\ \end{bmatrix} \\~\\ \mathbf{A}^{-1} =\begin{bmatrix} \ 1 & -2 \\ 2 & -5 \\ \end{bmatrix} } $$
oooooh I see! and then multiply that by the other matrix in the original problem?
$$ \Large{ A~\bf {x} = b \\~\\ A^{-1}A~\bf {x} = A^{-1}b \\~\\ I~\bf {x} = A^{-1}b \\~\\ \bf {x} = A^{-1}b \\~\\ \bf {x} = \begin{bmatrix} \ 1 & -2 \\ 2 & -5 \\ \end{bmatrix} \cdot \begin{bmatrix} 2 \\4\end{bmatrix} } $$
sooo.... I've never done multiplication with different dimensions before...
@perl can you help me multiply it?
$$ \Large \rm { A~\mathbf {x} = \mathbf{b } \\~\\ A^{-1}A~\mathbf {x} = A^{-1}\mathbf{b } \\~\\ I~\mathbf {x} = A^{-1}\mathbf{b } \\~\\ \mathbf {x} = A^{-1}\mathbf{b } \\~\\ \mathbf {x} = \begin{bmatrix} \ 1 & -2 \\ 2 & -5 \\ \end{bmatrix} \cdot \begin{bmatrix} 2 \\-4\end{bmatrix} \\~\\ \mathbf {x} = \begin{bmatrix} \ 1\cdot 2 + (-2)\cdot (-4) \\ 2\cdot 2 + (-5)\cdot (-4) \\ \end{bmatrix} \\~\\ \mathbf {x} = \begin{bmatrix} 10\\24 \\ \end{bmatrix} } $$
There is also another way to solve this matrix equation, might be faster. The matrix equation given is equivalent to a system of equations as follows. $$ \Large{ \begin{bmatrix} 5 & -2 \\ 2 & -1 \\ \end{bmatrix} \cdot \begin{bmatrix} x \\ y \end{bmatrix} = \begin{bmatrix} 2 \\ 4 \end{bmatrix} \iff \begin{cases} 5x -2y = 2\\ 2x -1y = 4 \end{cases} } $$
Thank you so much!
Join our real-time social learning platform and learn together with your friends!