0
$\begingroup$

Matrix A:

\begin{bmatrix} 1 & -2 \\ -2 & 5 \end{bmatrix}

Product of Matrices AB:

\begin{bmatrix} 1 & 2 & -1 \\ 6 & -9 & 3\end{bmatrix}

Find Matrix B?


I am assuming that matrix B is 2x3 matrix but how does one go about finding it ?

$\endgroup$
2
  • $\begingroup$ Multiply $A^{-1}$ by $AB$. $\endgroup$ Commented Sep 28, 2014 at 11:06
  • $\begingroup$ $A^{-1} A B = B$ $\endgroup$ Commented Sep 28, 2014 at 11:06

2 Answers 2

3
$\begingroup$

Two options:

(1) Write down your matrix $B$ as a matrix of unknowns. Then do the matrix multiplication of $A$ and $B$ and equate it to the known $AB$, giving you a system of equations to solve.

Or

(2) If matrix $A$ is invertible, use its inverse.

$\endgroup$
0
$\begingroup$

We have that $A^{-1}AB=B$ where $A^{-1}$ is the inverse of the (square) matrix $A$

$\endgroup$

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.