A=(3, 1, 1), (2, -4, 10), (-1, 3, -7)
and b=(2, -2, 5)
I found that A*A^T is not invertible so Ax=0 and that therefore e is equal to b, but the answer is not correct. I just can't find where I made a mistake
A=(3, 1, 1), (2, -4, 10), (-1, 3, -7)
and b=(2, -2, 5)
I found that A*A^T is not invertible so Ax=0 and that therefore e is equal to b, but the answer is not correct. I just can't find where I made a mistake
Verifying that $e$ is orthogonal to the column space of $A$ means that $A_i^T \cdot e = 0$ for each column, $A_i$ of $A$. That means you should instead compute $A^T e$ and see that it is equal to zero.
Since you have given a particular $A$ and $b$ I suppose the above is what you want rather than a proof of the statement in general.