Skip to main content

Questions tagged [projection-matrices]

This tag is for questions relating to projection matrix, which is an square matrix that gives a vector space projection from to a subspace.

0 votes
1 answer
72 views

Let $P \in \mathbb{R}^{d \times d}$ be an rank $p < d$ orthogonal projection matrix given by $P = VV^T$, $V \in \mathbb{R}^{d \times p}$. Do we have that $$ \underset{P^2 = P = P^T,\; \text{rank}(P)...
1809's user avatar
  • 71
0 votes
0 answers
55 views

I am interested in the following matrix Here $A$ and $B$ are complex numbers. Are matrices of this type known in the literature? Is there some "obvious" reason why they should have maximal ...
Puzzled's user avatar
  • 868
0 votes
2 answers
192 views

Let $P$ be a projection in an n-dimensional vector space $V$. Let $\{z_{1}, ..., z_{r}\}$ be a basis for range($P$). Now extend it to a basis for $V$, i.e., $\{z_{1}, ..., z_{r}, z_{r+1}, ..., z_{n}\}$...
Yanning Yang's user avatar
1 vote
1 answer
62 views

Given a projection matrix $P$ (not necessarily an orthogonal projection), and another matrix $A$ where $\mathrm{eig}(A)$ all have magnitude strictly less than $1$, and both $P,A$ are real-valued. Can ...
user594147's user avatar
1 vote
1 answer
84 views

Please prove or disprove the following conjecture. Conjecture. Let $B \in \mathbb{R}^{n \times n}$ be a column stochastic (also known as left stochastic) matrix, and let $ \pi \in \mathbb{R}^n$ be ...
Richard Hinrichsen's user avatar
1 vote
3 answers
175 views

Let $E: ax+by+cz=0$ be a plane in ${\Bbb R}^3$. Hence, its normal vector is $\vec{n} = ({a,b,c})$. To find the orthogonal projection matrix that maps every point in ${\Bbb R}^3$ onto $E$, we may write ...
Samuel's user avatar
  • 1,193
3 votes
1 answer
122 views

I am aware that, given a matrix $A$, the orthogonal projection $P$ onto $\operatorname{Range}(A)$ is given by, $$ P = A \left( A^T A \right)^{-1} A^T \tag{1} $$ Is the converse true? That is, if $P$ ...
Ethan's user avatar
  • 612
2 votes
1 answer
99 views

Let $A \in \mathbb{R}^{n\times n}$ be a symmetric matrix $A = A'$. The eigenvalues $\lambda$ and associated eigenvectors $x$ of this matrix are defined as usual as the solutions of $Ax = \lambda x$. ...
nicmus's user avatar
  • 181
0 votes
0 answers
86 views

In Gaussian splatting, when projecting a 3D Gaussian distribution onto a 2D image plane, the transformed 2D covariance matrix ${\bf \Sigma}'$ is given by: $${\bf \Sigma}' = {\bf J} {\bf W} {\bf \Sigma}...
kirgol's user avatar
  • 115
1 vote
2 answers
203 views

I am working on the following problem from chapter 7 of Sheldon Axler's Linear Algebra Done Right (4th edition): F14. Suppose $U$ and $W$ are subspaces of $V$ such that $\| P_U − P_W \| < 1$. ...
goallin goforbroke's user avatar
1 vote
2 answers
146 views

Let $J_m$ be an $m \times m$ matrix whose entries are all ones and $K_n$ the adjacency matrix of the complete graph of $n$ vertices. Consider the Kronecker product $$A = J_m \otimes K_{n_1} \otimes K_{...
NongAm's user avatar
  • 427
1 vote
1 answer
65 views

Suppose we have a real $m \times n$ matrix $X$ and an orthogonal projection $\Pi$ onto $\mathbb{R}^m$. I am trying to prove or disprove the following statement $$ \|X\|_* = \| \Pi X \|_* \iff X = \Pi ...
Sungmin Park's user avatar
4 votes
0 answers
176 views

Let $A \in \mathbb{R}^{N\times N}$ symmetric matrix with eigenvalues $0 \leq \lambda_1 \leq \lambda_2 \leq \ldots \leq \lambda_N \leq 2$ associated to eigenvectors $u_1, \ldots, u_N$. We want to ...
Tommaso Giorgi's user avatar
4 votes
0 answers
92 views

Starting from some positive semi-definite $M^{(0)}$, does the sequence $$ M^{(r+1)} = A U^{(r)} V^{(r)\mathsf{H}} B $$ converge where $A, B$ are positive semi-definite and $U^{(r)}, V^{(r)}$ are left ...
SnowzTail's user avatar
1 vote
0 answers
45 views

Let $A\in\mathbb R^{d\times d}$ be a symmetric matrix whose SVD is $A = U \Lambda U^T$, where $U\in\mathbb R^{d\times d}$ is orthogonal and $\Lambda\in\mathbb R^{d\times d}$ is diagonal. Let $B\in\...
Nicole's user avatar
  • 53

15 30 50 per page
1
2 3 4 5
41