Hi there math experts.
I have the following matrix:
$ \begin{equation} \begin{pmatrix} -1x & 0y & 0 & 0 & 0.004 & 0\\ -1x & -1y & 0 & 0 & 0.001 & 0 \end{pmatrix}=0 \end{equation} $
Elaborating on the question:
I'm currently finishing a paper in which I have to deal with a economic model. I try to give a very brief and simple example of how it works through matrix calculation. Based on two equations with two unknown variables (I'm aware that their actually aren't two, but only one, since the other can be determined recursively, though it still serves the purpose) I put up the following equation.
$ \begin{align*} \begin{pmatrix} -1 & 0 & -1.407\cdot 0 & 0.0407\cdot 0 & 0.4\cdot 0.01 & -0.0337\cdot 0 \\ -1 & -1 & 0 \cdot 0 & 1\cdot 0 & 1\cdot 0.01 & 0\cdot 0\\ \end{pmatrix} \cdot \begin{pmatrix} DC\\ DW\\ 0 \\ 0 \\ 0.01 \\ 0 \end{pmatrix}=0 \end{align*} $
Now I have to determine $DC$ and $DW$, which I do by multiplying the scalar with the matrix, which is why I get the initial matrix, as stated in the question above.
I know that the result should be $DC=0.4$ and $DY=0.6$ since I've been running some tests on the computer. I just can't figure it out in the hand though, and it is necessary for me to write the solution down step by step.
END
Whenever I solve this by hand, I get $x =0.04$ and $y=-0.003$, though when I sovle it, for instance, in Mathematica, i the $y=0.006$ which is the correct result.
What am I overlooking?
Best regards. /brinck10