Project R4x1 onto R along N: Find Rule

  • Thread starter Thread starter mddoyle
  • Start date Start date
  • Tags Tags
    Projections
Click For Summary
SUMMARY

The discussion focuses on finding the projection of R41 onto R along N, where R is defined as {[x,y,z,w]: x=y and z=w} and N as {[x,y,z,w]: x=-y and z=-w}. The user attempts to derive the projection using bases B with respect to R and N, resulting in a transformation matrix Q. The final projection rule is expressed as E[x] = [x+y, x+y, z+w, z+w], but discrepancies in the calculations indicate issues with the inverse of Q. The user seeks clarification on correcting the inverse matrix.

PREREQUISITES
  • Understanding of linear algebra concepts, specifically projections and bases.
  • Familiarity with matrix operations, including matrix inversion.
  • Knowledge of standard coordinates in vector spaces.
  • Experience with transformation matrices in the context of linear transformations.
NEXT STEPS
  • Study the properties of projection matrices in linear algebra.
  • Learn about the Gram-Schmidt process for orthogonalization of bases.
  • Explore methods for calculating the inverse of matrices, particularly in higher dimensions.
  • Investigate the implications of basis transformations on vector projections.
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as anyone involved in computational geometry or related fields requiring an understanding of projections and transformations in vector spaces.

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!
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
5
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
2
Views
2K
Replies
1
Views
2K
  • · Replies 18 ·
Replies
18
Views
3K