0
$\begingroup$

Could you please give me some tips, directions, on how to find all $3\times 3$ matrices$ X$, so that $AX=B$. The matrices $A$ and $B$ are given.

I've made a long way, multiplying $A$ with $x_{k}$: $$\begin{align} Ax_{1} &= b_{1}\\ Ax_{2} &= b_{2}\\ Ax_{3} &= b_{3}\end{align} $$ Solved them as matrices and got $X$ with all it $x_{k}$ (columns), but it appears, that it wrong. Because when I substitute $X$ I get another $B$ matrix (the last column is wrong).

Do I use wrong strategy? Or the strategy is right and the answer should be right? How can I find all $X$? What does it mean?

Please, help.

Best.

  • 1
    If $\mathbf A$ is nonsingular, $\mathbf X$ is unique. Just treat the columns of $\mathbf B$ as successive right-hand sides of a linear system, and the solutions of those linear systems are the columns of $\mathbf X$.2011-11-02
  • 0
    Did you check the rank of $A$? Is $A$ invertible?2011-11-02
  • 0
    If your last column is wrong you probably made a mistake when you solved the LAST equation.2011-11-02
  • 0
    Yes, It's invertible (checked it online). @percusse, what should rank tell me?2011-11-02
  • 0
    I found a mistake!!!!!!!! I'm so happy =)) Thank you all. Last 10 hours only LA, i need a rest.2011-11-02
  • 2
    @Lissa After having rest, please take your time and accept the answers of your questions (which you have not done yet!) by using the tick mark next to your favorite answers. In a way, it wraps up the question.2011-11-02

1 Answers 1

2

Your strategy is right: $A X = B$ does mean the product of $A$ with each column of $X$ is the corresponding column of $B$. Perhaps something went wrong in your calculation.

If $A$ is nonsingular, $X$ is unique, and in fact it is $A^{-1} B$. If $A$ is singular (and $3 \times 3$), then depending on $B$ there might not be any solution; and if there is a solution, it will not be unique, because you can add any vector $x$ with $Ax = 0$ to any column of a solution $X$ and get another solution.

  • 0
    Thank you for response. I found the mistake, so I got X-Matrix. Do I have to find inverse matrix to prove, that there's only one 3x3-X-Matrix?2011-11-02
  • 0
    That's one way to prove it. Another way is to calculate the determinant of $A$: if that is not 0, the matrix is nonsingular.2011-11-02