2
votes
1answer
82 views

Obtaining Least square adjusted single line by intersecting many 3D planes

I am working with many 3D planes and looking for a Least square solution for below case. IF I am having many number of 3D planes knowing only one point and the normal vector (for eg. O1 and N1), ...
2
votes
1answer
126 views

ellipse equation from eigenvectors and eigenvalues

I have a eigenvectors d1,d2 and eigenvalues v1,v2. The eigenvectors are axes of an ellipse that surrounds data points, with center u,v, and radii size of the eigenvalues. How can I find the ellipse ...
1
vote
0answers
30 views

Position on a path

So the situation is: I have a path (which is represented as a two-dimensional array of GPS coordinates) and I have a percentage position on this path. I.e. I know that a person has walked 80% of the ...
7
votes
6answers
952 views

Find eigenvalues of a projection and explain what they mean

Suppose B represents the matrix of orthogonal (perpendicular) projection of $\mathbb{R}^{3}$ onto the plane $x_{2} = x_{1}$. Compute the eigenvalues and eigenvectors of B and explain their geometric ...