Matrix Multiplication or Inverse Problem

Hypatio
Messages
147
Reaction score
1

Homework Statement



I am more trying to figure out how to solve generally rather than solve this specific problem. Nevertheless this problem could be given as: Solve the matrix for A and B.

Homework Equations




\begin{pmatrix}<br /> 1 &amp; 1 \\ <br /> 0 &amp; 0 \\<br /> 0 &amp; 2 \\<br /> 2 &amp; 0 \\<br /> 0 &amp; 0 \\<br /> \end{pmatrix}<br /> \begin{pmatrix}<br /> A \\<br /> B <br /> \end{pmatrix}=<br /> \begin{pmatrix}<br /> 42 \\ <br /> 0 \\<br /> 0 \\<br /> 8 \\<br /> 50 \\<br /> \end{pmatrix}

apparently this matrix is of the form (CTC)X=CTB


The Attempt at a Solution



I do not understand how to solve it! In this problem, what would A=? and B=? look like? Do I have to send the first matrix to the right-hand side?

This is just a basic example. I will later want to solve the same kind of problem where the first matrix has more columns and the second matrix has more rows.

Thank you in advance.
 
Physics news on Phys.org
Do you understand what matrix multiplication is? What you have is equivalent to the 5 equations, A+ B= 42, 0= 0, 2B= 0, 2A= 8 and 0= 50. A and B have to be number for "A+ B= 42", "2B= 0", and "2A= 8" to make sense. But no matter what A and B are, "0= 50" is impossible. There is NO solution to this problem.
 
HallsofIvy said:
Do you understand what matrix multiplication is? What you have is equivalent to the 5 equations, A+ B= 42, 0= 0, 2B= 0, 2A= 8 and 0= 50. A and B have to be number for "A+ B= 42", "2B= 0", and "2A= 8" to make sense. But no matter what A and B are, "0= 50" is impossible. There is NO solution to this problem.

I mistyped the Eq. Should be

\begin{pmatrix}<br /> 1 &amp; 1 \\ <br /> 0 &amp; 0 \\<br /> 0 &amp; 2 \\<br /> 2 &amp; 0 \\<br /> 0 &amp; 0 \\<br /> \end{pmatrix}<br /> \begin{pmatrix}<br /> A \\<br /> B <br /> \end{pmatrix}=<br /> \begin{pmatrix}<br /> 42 \\ <br /> 0 \\<br /> 8 \\<br /> 50 \\<br /> 0 \\<br /> \end{pmatrix}
 
So your answer is that you do not know how to multiply matrices?
 
HallsofIvy said:
So your answer is that you do not know how to multiply matrices?
Well, I did come to the "homework section". Maybe I should just stop trying to learn new things.
 
Okay, I tried to help- my point was that this problem is trivial once you multiply the matrices on the left. Can you do that?
 
HallsofIvy said:
Okay, I tried to help- my point was that this problem is trivial once you multiply the matrices on the left. Can you do that?

I figured it out. I kept getting nonsense so I thought I didn't know what I was doing. Turns out the values needed to be converted.
 
Back
Top