Welcome to Westonci.ca, where your questions are met with accurate answers from a community of experts and enthusiasts. Discover comprehensive solutions to your questions from a wide network of experts on our user-friendly platform. Discover detailed answers to your questions from a wide network of experts on our comprehensive Q&A platform.
Sagot :
We are given the equations:
x - 3y = 2
3x - 4y = 0
writing the system as matrices
[tex]\left[\begin{array}{ccc}1&-3\\3&-4\end{array}\right][/tex][tex]\left[\begin{array}{ccc}x\\y\end{array}\right][/tex] = [tex]\left[\begin{array}{ccc}2\\0\\\end{array}\right][/tex]
which is in the form:
AX = B
solving for X(the matrix holding the variables), we get:
X = (A⁻¹)B
Finding A⁻¹:
now, to do this, we need to find the inverse of A
[tex]\left[\begin{array}{ccc}w&x\\y&z\end{array}\right]^{-1} = \frac{1}{wz-xy}\left[\begin{array}{ccc}z&-x\\-y&w\end{array}\right][/tex]
using this formula to find the inverse of matrix A:
[tex]A^{-1} = \frac{1}{(1*-4)-(-3*3)}\left[\begin{array}{ccc}-4&3\\-3&1\end{array}\right][/tex]
[tex]A^{-1} = \frac{1}{5}\left[\begin{array}{ccc}-4&3\\-3&1\end{array}\right][/tex]
Matrix X:
We know that:
X = A⁻¹B
[tex]X = \frac{1}{5}\left[\begin{array}{ccc}-4&3\\-3&1\end{array}\right] * \left[\begin{array}{ccc}2\\0\end{array}\right][/tex]
[tex]X = \frac{1}{5}\left[\begin{array}{ccc}-8\\-6\end{array}\right][/tex]
since matrix X is just a matrix with the variables
[tex]\left[\begin{array}{ccc}x\\y\end{array}\right] = \left[\begin{array}{ccc}\frac{-8}{5}\\\frac{-6}{5}\end{array}\right][/tex]
x = -8/5
y = -6/5
We hope you found what you were looking for. Feel free to revisit us for more answers and updated information. Thank you for your visit. We're committed to providing you with the best information available. Return anytime for more. Keep exploring Westonci.ca for more insightful answers to your questions. We're here to help.