Dick said:
The purpose of the initial row reduction is to reduce the initial four vectors to the two vectors which are linearly independent and span the whole subspace. That gives you a smaller set to apply Gram-Schmidt to. In doing this always put the vectors in and take them out as rows.
Can we always do the row reduction?
For example, I today had a similar problem with the following matrix:
(1 2 0 0
2 1 0 0
0 0 1 2
0 0 2 1)
The question asked me to diagonalize orthogonally the previous symmetric
matrix P and calculate [tex]P^{T}AP[/tex].
I reduced it to [tex]I^{4}[/tex]. This made me very unsure.
I thought that it cannot be that easy: normalize, put the vectors in P and
calculate [tex]P^{T}AP[/tex] by putting the eigenvalues in.
My answer to [tex]P^{T}AP[/tex] was [tex]I^{4}[/tex].
I started to think that I should have first put the lambdas to the diagonal,
solve eigenvalues, and then solve the eigenvectors.
At home, I have got different answers with both methods. Now, I am not sure
which method is the correct one.
Please, let me know your opinion.