- #1
Hornbein
- 2,652
- 2,219
- TL;DR Summary
- Wondering how to find the angles between planes in a four dimensional space.
Suppose I have two intersecting planes in a four dimensional space. It seems to me that there are two angles between these planes. If the two planes intersect in a line then one of those angles is zero. If the two angles are non-zero then the planes intersect in a point. If one plane is the WX plane and the other the YZ plane then the two angles are both 90 degrees.
The best I can do is this. Each plane is defined by two orthonormal basis vectors. Project a basis vector onto the other plane. Then the angle is the arccos of the length of the projection. Do this with each basis vector to get the two angles. However I believe that the result depends on the choice of basis vectors. What I need is an eigenvector or maximum or minimum or something like that, but I don't know what.
The best I can do is this. Each plane is defined by two orthonormal basis vectors. Project a basis vector onto the other plane. Then the angle is the arccos of the length of the projection. Do this with each basis vector to get the two angles. However I believe that the result depends on the choice of basis vectors. What I need is an eigenvector or maximum or minimum or something like that, but I don't know what.