- #1
RJLiberator
Gold Member
- 1,095
- 63
Homework Statement
Which of the following sets of vectors in C^3 is an orthogonal set? Orthonormal? Orthonormal basis?
Homework Equations
Orthogonal if v * w *= 0
Orthonormal if orthogonal and each vector is normalized
The Attempt at a Solution
We are giving in the first example:
v:= \begin{pmatrix}
1\\
1\\
1
\end{pmatrix}
w:= \begin{pmatrix}
1\\
-2\\
1
\end{pmatrix}
z:= \begin{pmatrix}
1\\
0\\
-1
\end{pmatrix}
1. It is pretty clear, by computation, to see that this is a set of orthogonal vectors. v*w=0, w*z=0 and v*z=0.
2. Orthonormal requirement 1 is now met, but is each vector normalized? Here is my question:
Is there a way to normalize vectors in general? I assume so from my notes.
If so, can this be normalized? From the looks of it, it doesn't seem so, but how would one go about this process?
With the way it is, IF it could be normalized, can you say this set is orthonormal? Or is it enough that the set is NOT currently normalized to conclude that it is NOT orthonormal?