Hey,
So I have a sum of complex numbers that really should be easy, but I'm not getting the right solution. It is with respct to using the Gram Schmidt process
U1 = (i, -1, i) U2 = (1,1,0)
So I perform the Gram Schmidt with U1 being my initial vector selection and I get:
V2 =...