Hypatio
- 147
- 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 & 1 \\ <br /> 0 & 0 \\<br /> 0 & 2 \\<br /> 2 & 0 \\<br /> 0 & 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.