Skip to main content

All Questions

0 votes
2 answers
51 views

For any SVD $A = U\Sigma V^T$ of a positive definite, symmetric matrix $A \in \mathbb{R}^{n \times n}$, we have $U = V$.

First of all, I've read through all of the answers here and here, but neither of those threads was able to give completely satisfying answers. Now, I understand that, if $A$ is symmetric and positive ...
kalkuluss's user avatar
0 votes
0 answers
13 views

Factorizing $AMA^T+N=WW^T$ efficiently.

This question is related to this question with a slightly more general setting. A good speedup on this could improve performances of a decision process in multi-objective optimization that I designed. ...
P. Quinton's user avatar
  • 6,076
0 votes
0 answers
28 views

For an $n$ by $n$ symmetric matrix $M$, why does $Tr(M)^2/Tr(M^2)>n-1$ imply that M is positive or negative definite?

Let $M$ be an symmetric square matrix of size $n$. I am trying to prove that $Tr(M)^2/Tr(M^2)>n-1$ is a sufficient condition for proving that $M$ is positive or negative definite. If in addition $...
Alex_Wiskunde's user avatar
0 votes
0 answers
15 views

SVD of "normalized" SPD matrix: $P=\sigma \rho \sigma^T$. Relate SVD of $rho$ to the SVD of $P$?

$P\in\mathbb{R}^{n \times n}$ is a symmetric positive definite (SPD) covariance matrix, and can be factorized into standard deviations and correlations as $P=\sigma \rho \sigma^T=\sigma \rho \sigma$. ...
kampfkoloss's user avatar
0 votes
0 answers
83 views

Distance between two positive semidefinite matrices

Given two positive semidefinite matrices X, and Y. My question is, can we use von Neumann or the log-Determinant divergences to measure the distance between the two matrices. Most Manifold measure ...
MathLearner's user avatar
0 votes
0 answers
44 views

Is there a name for this kind of matrix decomposition?

A square matrix $\mathbf{A}$ (of size $a\times a$) is not full rank and I want to decompose it as $\mathbf{A}=\mathbf{B}\mathbf{B}^\top$ where $\mathbf{B}$ is an $a\times(a-1)$ matrix of the $a-1$ ...
Dexter SherloConan's user avatar
0 votes
0 answers
53 views

Show that a matrix has a Cholesky factorization providing that it can be written as a product of a matrix and its transpose [duplicate]

$A$ is an invertible real square matrix ($A \in \mathbb{M_{n}(\mathbb{R})}$ and $det(A) \neq 0$). Let's consider another matrix $B \in \mathbb{M_{n}(\mathbb{R})}$ such that: $$B = {}^\intercal A \cdot ...
Ramzi Baaguigui's user avatar
2 votes
1 answer
199 views

Cholesky inverse

I have the Cholesky decomposition $LL^T$ of a symmetric positive definite matrix. I then compute a result in the form of $A=LXL^T$, where $A$ and $X$ are also symmetric positive definite matrices. I ...
PC1's user avatar
  • 2,196
3 votes
2 answers
68 views

Does $v^Tw>0$ imply that $\exists A>0$ such that $v=Aw$?

Let $v,w \in \mathbb{R}^n$ satisfy $v^Tw>0$. Does there exist a symmetric positive-definite matrix $g$ such that $v=gw$? The condition $v^Tw>0$ is necessary for the existence of such $g$: $$ v^...
Asaf Shachar's user avatar
  • 25.3k
0 votes
1 answer
96 views

Finding the positive projection in the frobenius norm

I am trying to find the positive projection in the frobenius norm of a real matrix. Consider the following matrix $\hat{Z}$: \begin{bmatrix}1&2&0\\0&5&0\\0&8&9\end{bmatrix} I ...
thePhantom's user avatar
1 vote
0 answers
49 views

Inequality for PSD block matrices

Given a positive definite matrix $M\in\mathbb{R}^{(2n)\times(2n)}$ of the following block form $$M = \begin{bmatrix}A & X\\X^\top& B\end{bmatrix},$$ where $A, B\in\mathbb{R}^n$ are positive ...
lazyleo's user avatar
  • 73
1 vote
0 answers
33 views

Decomposition of positive definite matrix.

Let $A$ be a positive definite matrix. Following are the decomposition's of matrix $A$: $A = PP$ $A = MM^{T}$ Empirically we found that $||P||_{F}^2 = ||M||_{F}^2$ but how to prove this ...
Bhisham's user avatar
  • 219
1 vote
2 answers
55 views

Conditions for positivity of this symmetric real matrix

I have the following real symmetric matrix $M$ of size 3: \begin{align} M = \begin{pmatrix} a & b & c \\ b & d & e \\ c & e & f \end{pmatrix}, \end{align} for real parameters ...
Sid's user avatar
  • 403
1 vote
2 answers
84 views

An Easy Looking Positive Semidefinite Matrices Implication

I'm reading the article "Controlling the false discovery rate via knockoffs" by Candes and Barber (https://arxiv.org/abs/1404.5609) and faced the following problem that I couldn't handle. We ...
Frht's user avatar
  • 113
7 votes
1 answer
2k views

Efficient algorithm of rank-one update of the Cholesky decomposition

Suppose that I have a symmetric positive definite matrix $X$ and that I Cholesky-decompose it $$ X = L L^T $$ Now, given a vector $v$, suppose we want to decompose the following matrix using the ...
Bruno Mello's user avatar

15 30 50 per page
1
2 3 4 5 6