Project R4x1 onto R along N: Find Rule

  • Thread starter Thread starter mddoyle
  • Start date Start date
  • Tags Tags
    Projections
mddoyle
Messages
1
Reaction score
0

Homework Statement


Let R={[x,y,z,w]:x=y and z=w} and N={[x,y,z,w]:x=-y and z=-w}
Find the rule in standard coordinates for the projection of R4x1 onto R along N

Homework Equations


The Attempt at a Solution


I have B wrt R as {[1,1,0,0],[0,0,1,1]} and B wrt N as {[1,-1,0,0], [0,0,1,-1]}, so my basis is {[1,1,0,0],[0,0,1,1],[1,-1,0,0],[0,0,1,-1]}.
[E]B=
[1 0 0 0
0 1 0 0
0 0 0 0
0 0 0 0]

I used my basis as my Q^(-1), so
Q=
[.5 .5 0 0
0 0 .5 .5
.5 -.5 0 0
0 0 .5 -.5]
which gives me
Q^(-1)[E]BQ=
[.5 .5 0 0
.5 .5 0 0
0 0 .5 .5
0 0 .5 .5]
so my rule would be
E[x =
y
z
w]

[x+y
x+y
z+w
z+w]

but,
E[1 =
1
0
0]

[2
2
0
0]

instead of
[1
1
0
0]

but
E[1 =
-1
0
0]

[0
0
0
0]
which is correct

my Q^(-1) can't be right, but I'm not sure how to find another one.
 
Physics news on Phys.org
Sorry, but I find this impossible to read!
 
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...
Back
Top