0.
1
1. 24.3;24.4;23.8 2. 27.2;27.5; 3. 34.7 4. 37.4
HW3 (due on Sept.25th)
A useful algorithm for orthogonalization Gram-Schmidt orthogonalization. Suppose you found v1 ; v2 and v3 ; three linearly independent vectors but they are not orthogonal. How to get three mutually orthogonal vectors that span the same space as your original three vectors? Construct orthogonal u1 ; u2 and u3 (that span the same space as v1 ; v2 ; v3 as follows: u1 u2 u3 = v1 ; = v2 = v3 u1 u1 u1 u1 u1 u1 v2 u1 v3 u1 u2 v3 u2 u2
u2
In general for n -vectors we have u1 uk = v1 ; = vk X uj uj vk ; 8k = 2::n uj
uj
j =1::k 1