-5.5 Solve the matrix equation AX=B to find x and y

  • MHB
  • Thread starter karush
  • Start date
  • Tags
    Matrix
In summary, the conversation discusses solving a matrix equation $AX=B$ where $A$ is given and $X$ and $B$ are unknown. It is shown that $A^{-1}$ can be found by using the inverse matrix of $A$ and then the solution to the equation is $X = A^{-1}B$. The resulting values for $x$ and $y$ are $10$ and $17$ respectively. The conversation also mentions that there may be an easier way to solve the equation by directly deriving $x$ and $y$.
  • #1
karush
Gold Member
MHB
3,269
5
2000
5.1 Suppose that we know that
$A^{-1}=\begin{bmatrix}1&3\\2&5 \end{bmatrix}$
Solve the matrix equation $AX=B$ to find $x$ and $y$ where
$X=\begin{bmatrix}x\\y \end{bmatrix}\& \quad B=\begin{bmatrix}1\\3 \end{bmatrix}$
ok well first find A
$A=\begin{bmatrix}1&3\\2&5 \end{bmatrix}^{-1}
=\left[ \begin{array}{rr|rr}1&3&1&0 \\ 2&5&0&1\end{array}\right]
=\left[ \begin{array}{rr|rr}1&0&-5&3 \\ 0&1&2&-1\end{array}\right]
=\left[ \begin{array}{rr} -5 & 3 \\ 2 & -1 \end{array} \right]$
then we have
$\left[ \begin{array}{rr} -5 & 3 \\ 2 & -1 \end{array} \right]
\begin{bmatrix}x\\y \end{bmatrix}
=\begin{bmatrix}1\\3 \end{bmatrix}$
ok just seeing If I am going the right direction on this .. if so the rest would be a simultaneous equation
 
Last edited:
Physics news on Phys.org
  • #2
$AX=B$

$A^{-1}AX = A^{-1}B$

$X = A^{-1}B$

$\begin{bmatrix}
x \\ y
\end {bmatrix} = \begin{bmatrix}
1 & 3\\
2 & 5
\end{bmatrix} \cdot \begin{bmatrix}
1\\3
\end{bmatrix}$
 
  • #3
ok so they both give the same answer as

$$x=10,\:y=17$$

so assume your equation is easier since you derive x and y directly?
 
  • #4
karush said:
ok so they both give the same answer as

$$x=10,\:y=17$$

so assume your equation is easier since you derive x and y directly?

no need to determine matrix A
 
  • #5
total awesome
 

Related to -5.5 Solve the matrix equation AX=B to find x and y

1. What is a matrix equation?

A matrix equation is an equation in which the unknown variables are represented as matrices. It is used to solve systems of linear equations.

2. How do you solve a matrix equation?

To solve a matrix equation, you need to use matrix operations such as addition, subtraction, and multiplication. The goal is to isolate the unknown variables on one side of the equation and solve for them.

3. What is the purpose of solving a matrix equation?

The purpose of solving a matrix equation is to find the values of the unknown variables that satisfy the given set of equations. This is useful in many fields, including mathematics, physics, and engineering.

4. What are the steps to solve a matrix equation?

The steps to solve a matrix equation are:

  1. Write the given equations in matrix form.
  2. Perform row operations to reduce the matrix to its echelon form.
  3. Use back substitution to solve for the unknown variables.
  4. Check the solution by substituting the values back into the original equations.

5. Can a matrix equation have multiple solutions?

Yes, a matrix equation can have multiple solutions if the system of equations is underdetermined or if the equations are dependent on each other. In this case, the solution will be represented by a set of values for the unknown variables rather than a single value.

Similar threads

  • Differential Equations
Replies
2
Views
1K
  • Differential Equations
Replies
2
Views
732
Replies
4
Views
1K
  • Differential Equations
Replies
2
Views
2K
Replies
3
Views
2K
  • Differential Equations
Replies
2
Views
2K
  • Linear and Abstract Algebra
Replies
10
Views
187
Replies
8
Views
1K
  • Differential Equations
Replies
5
Views
2K
  • Linear and Abstract Algebra
Replies
5
Views
951
Back
Top