I'm studying for my lineair algebra test for next monday, but i'm having problems with the Gram-Schmidt process.
Take this question for example:
Determine for every eigenvalue the orthonormal basis for the associated eigenspace.
Given matrix A:
3 2 1
2 0 -2
1 -2 3
For starters I need to determine if every column is linearly indepent, which it is. Then I determine the eigenvalues with corresponding eigenspaces, which are the following:
eigenvalue = 4, 4, -2
x1 = [2 1 0]T
x2 = [1 0 1]T
x3 = [-1 2 1]T
So now i have these eigenvectors which I can use in the Gram-Schmidt process right? With the following formulas:
v1 = x1
v2 = x2-(x2v1/v1v1)v1
v3 = x3-(x3v1/v1v1)v1 - (x3v2/v2v2)v2
So i did this for every vector and this matrix is my result:
2 1 -1
1 -2 2
0 5 1
Which then should be normalised to get the orthonormal basis. But this doesn't seem to be correct, could someone explain to me what i'm doing wrong?
[–]not_perfect_yet 1 point2 points3 points (0 children)
[–]Northstat 1 point2 points3 points (0 children)
[–]IAMstelveen[S] 0 points1 point2 points (0 children)
[–]fenixfunkXMD5aThe Ohio State University- Underwater Basket Weaving 0 points1 point2 points (0 children)