- #1
nacreous
- 4
- 0
Homework Statement
Let v(0) = [0.5 0.5 0.5 0.5]T, v(1) = [0.5 0.5 -0.5 -0.5]T, v(2) = [0.5 -0.5 0.5 -0.5]T, and z = [-0.5 0.5 0.5 1.5]T.
a) How many v(3) can we find to make {v(0), v(1), v(2), v(3)} a fully orthogonal basis?
b) What are z's coefficients of expansion αk in the basis found in part a)?
Homework Equations
See attempt at solution. I thought I had the answers, but according to my online test, they are wrong.
The Attempt at a Solution
a) Row reduction:
0.5a + 0.5b + 0.5c + 0.5d = 0 → a - d = 0
0.5a + 0.5b - 0.5c - 0.5d = 0 → b + d = 0
0.5a - 0.5b + 0.5c - 0.5d = 0 → c + d = 0 so ±a = ±d = ∓b = ∓c.
Then v(3) must take the form [t -t -t t]T. There are two if t = ±0.5, so the answer to a) is 2. (Marked wrong.)
b) I know the answer is asking me to find α0, α1, α2, α3 such that z = [-0.5 0.5 0.5 1.5]T = v(0)α0 + v(1)α1 + v(2)2 + v(3)α3. My notes talk about the change of basis in 2 dimensions but not 4 and I'm having trouble translating the concept to 4D...
I have [x0 x1]T = α0[1 0]T + α1[1 1]T; α0 = x0 - x1 and α1 = x1. So I assumed that I can do row reduction here as well:
z = v(0)α0 + v(1)α1 + v(2)α2 + v(3)α3 using v(3) = [0.5 -0.5 -0.5 0.5]T from part a)
multiply the following {} by 0.5:
{α0 +α1 +α2 + α3 = -1
α0 +α1 - α2 - α3 = 1
α0 - α1 + α2 - α3 = 1
α0 - α1 - α2 + α3 = 3}
getting α0 = 1, α1 = -1, α2 = -1, and α3 = 0. (Marked wrong).
I'm so stuck on this answer that I don't know how to proceed correctly. Any help is appreciated.
Last edited: