Complete to orthonormal basis question

transgalactic
Messages
1,386
Reaction score
0
i got these vectors which are othronormal
v1 (1/2,-1/2,1/2,-1/2)
v2 (-1/2,1/2,1/2,-1/2)

i need to compete them into orthonormal basis
i did row reduction on them
and added these independant vectors to the group
v3(1,0,0,0)
v4(0,1,0,0)

now all four vectors are independant (orthogonal)
how to make them orthonormal??
 
Physics news on Phys.org
Use the Gram-Schmidt orthogonalization process- that's what it's for. Since you want the orthonormal basis to include v1 and v2, start in the middle of the process- You already have v1 and v2, so find a new vector, based on v3 that is orthogonal to both v1 and v2 and normalize it. Then find a fourth vector, using the Gram-Schmidt process on v4 that is orthogonal to those three and normalize it.
Check http://en.wikipedia.org/wiki/Gram–Schmidt_process
 
did i create correctly an orthogonal basis R^4 ??

is is correct to say that in order to make them to orthonormal basis
i need to divide each each coordinate of a give vector
by the normal of this specific vector

??
 
transgalactic said:
i got these vectors which are othronormal
v1 (1/2,-1/2,1/2,-1/2)
v2 (-1/2,1/2,1/2,-1/2)

i need to compete them into orthonormal basis
i did row reduction on them
and added these independant vectors to the group
v3(1,0,0,0)
v4(0,1,0,0)

now all four vectors are independant (orthogonal)
how to make them orthonormal??

These vectors might be linearly independent (I haven't checked), but they are definitely not orthogonal. Do you know what it means for two vectors to be orthogonal?

So no, you don't have an orthogonal set. Halls has told you what you need to do to get an orthogonal set. Once you have the orthogonal set, just divide each vector by its magnitude to get unit vectors.
 
orthogonal means that the inner product of two vectors equal 0
v1 and v2 are orthogonal to each other
-1/4-1/4+1/4+1/4=0

and so is v2 to v3
so you are correct
but if i will do the gram shmidet process then they are going to be orthogonal to each other.
to make them to orthonormal basis
i need to divide each each coordinate of a give vector
by the normal of this specific vector

??
(i heard that there are many versions to the gram shmidt formula)
which one makes them only orthogonal

which one makes them only orthonormal??
 
Both Mark44 and I have answered that: One you have found two new vectors v2 and v3 so that all four vectors are orthogonal to one another, divide each by its length to "normalize" them.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Back
Top