I'm new to linear algebra and this homework problem has had me stumped for quite a while now.
Firstly, we are given 2 matrices
$A=\pmatrix{5&-1&2\cr1&-5&-2\cr8&2&5\cr}$, $b=(2,-2,5)$
Picture Of Matrixs
- We are then asked to calculate the general solution for $Ax-b$ (easy enough - we can a matrix that spans a plane ) My general solution is : (0.5-0.5t; 0.5 -0.5t; t)
Part 2 of the question, that has me stumped is;
- Find the orthogonal projection of the general solution $x$ onto the row space of $A$
Part 3, that I am also confused by is
- What is the orthogonal projection of the right-hand side vector $b$ onto the column space of $A$?
Any guidance on how to solve this problem would be greatly appreciated, thank you.
The orthogonal projection is a linear transformation (matrix) that satisfies $P = P^2$ so it is a projection and such that $x-Px$ is orthogonal to $Px$ so that the projection is orthogonal. If $u$ is a unit column vector then the matrix $uu^T$ with $u^T$ the transpose (row vector) will be the orthogonal projection onto the subspace spanned by $u$.