How Do You Solve Systems of Equations Using an Inverse Matrix?

  • Thread starter Thread starter TonyC
  • Start date Start date
  • Tags Tags
    Matrices
Click For Summary

Homework Help Overview

The discussion revolves around solving a system of equations using an inverse matrix, specifically the equations -10x - 6y = 6 and 7x + y = -7. Participants explore the concept of expressing the system as a matrix equation and the implications of finding the inverse of the matrix involved.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the formulation of the system as a matrix equation and the process of finding the inverse of the matrix. Questions arise regarding the original poster's understanding of the inverse matrix and their specific challenges with this method compared to others they are familiar with.

Discussion Status

The discussion is ongoing, with participants providing insights into the process of finding the inverse matrix and suggesting alternative methods for solving the system. There is no explicit consensus, but several approaches and clarifications are being explored.

Contextual Notes

Some participants note that the original poster may be struggling with the concept of the inverse matrix specifically, despite being comfortable with other methods of solving systems of equations. There is also mention of the need to show work, indicating a focus on the learning process.

TonyC
Messages
86
Reaction score
0
How would I go about solving a systme of equations using an inverse matrix?

i.e. -10x - 6y = 6
7x + y = -7
 
Physics news on Phys.org
As I`m sure this is stated in your book (it should be), this system of equations is equivalent to the single matrix equation:

[tex]\left( \begin{array}{cc} -10 & -6 \\ 7 & 1\end{array}\right)\left( \begin{array}{c} x \\ y \end{array}\right)=\left( \begin{array}{c} 6 \\ -7 \end{array}\right)[/tex]

In general, you can write a linear system of n equations in n unknowns as a matrix equation Ax=b. If you can find the inverse of A (let's call it C, so that CA=AC=I) you have solved the problem, just put x=Cb, then A(Cb)=(AC)b=b.
 
Your question was "How would I go about solving a systme of equations using an inverse matrix?" Are you saying you don't have any problem with actually finding the inverse matrix?
 
Not exactly sure what I am saying. I am not having trouble with any other methods,
i.e. Cramer Method, Gaussian, elementary row operations. This one has me truly stumped. Maybe I'm too tied (or old) to grasp it today.
 
Still trying to figure this out
 
So can you find the inverse of A?
If:
[tex]A:= \left[ \begin{array}{cc} a & b \\ c & d \end{array} \right][/tex]
Then:
[tex]A ^ {-1}= \frac{1}{ad - bc} \left[ \begin{array}{cc} d & -b \\ -c & a \end{array} \right][/tex]
After finding the inverse of A, note that:
[tex]Ax = b \Leftrightarrow A ^ {-1}Ax = A ^ {-1}b \Leftrightarrow x = A ^ {-1}b[/tex]
Viet Dao,
 
Although the above method will work (for finding the inverse), you might want to try it a different way. It will help when you get to larger matrices (at least until you learn the generalized form of the above equation).

[tex]\left[\begin{array}{cc|cc}a & b & 1 & 0 \\ c & d & 0 & 1\end{array}\right][/tex]

Use row operations to make the left side (your original matrix) the identity matrix, and what is left on the right will be the inverse. You are basically saying [itex]A\mathbf{x}=I\implies\mathbf{x}=A^{-1}[/itex].
 
SHOW YOUR WORK first.
 
I posted the work I have been doing with Matrices previously, thanks for your concern
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
6K
Replies
1
Views
2K
Replies
3
Views
2K