Solving Orthonormal System with Gram-Schmidt

  • Thread starter Thread starter Niles
  • Start date Start date
  • Tags Tags
    System
Niles
Messages
1,834
Reaction score
0
[SOLVED] Orthonormal system

Homework Statement


I have three vectors, u_1, u_2 and u_3, in R^4. I want to find an orthonormal system v_1, v_2 and v_3, where:

span(u_1, u_2, u_3) = span(v_1, v_2, v_3).

The Attempt at a Solution


My "guess" is that I can just use Gram-Schmidt on u_1, u_2 and u_3 to find the orthonormal system, and the two vector-sets must span the same space, right?

Thanks in advance,

sincerely Niles.
 
Physics news on Phys.org
Yes, you are supposed to use Gram-Schmidt.
 
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