Skip to main content

Questions tagged [matrix-decomposition]

Questions about matrix decompositions, such as the LU, Cholesky, SVD (Singular value decomposition) and eigenvalue-eigenvector decomposition.

0 votes
0 answers
31 views

How to estimate the inverse of a non-invertible matrix?

So I'm working on a machine learning problem where my solution requires taking the inverse of a matrix at some point. The problem is that this matrix is sometimes non-invertible. In theory the the ...
Dr.'s user avatar
  • 11
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
2 votes
0 answers
34 views

need a Jacobian of an orthonormal basis for the column space of a matrix $\mathbf{X}$

I require to find a linear decomposition of any tall matrix $\mathbf{X}$ $\in \mathbb{R}^{M \times N}$, where $M \geq N$, into some uniquely defined decomposition $\mathbf{X}$ $=$ $\mathbf{A}$ $\...
Tychus's user avatar
  • 41
4 votes
0 answers
47 views

Relationship between BCH code and asymmetric Ramanujan bipartite graph ( possibility for a research collaboration)

I have been working on a research topic that deals with the binary matrices arising from the BCH codes by selecting code vectors of specific weight while discarding the rest of the code vectors that ...
Dark Forest's user avatar
0 votes
1 answer
32 views

Exponeintal of symmetric triangular matrix

I want to know the exponeintal of given $n \times n$ symmetirc real tridiagonal matrix ${\bf K}_n$, which is defined as $${\bf K}_n=\begin{bmatrix} 0 & a & 0 & 0 & \dots & 0 & ...
Sakurai.JJ's user avatar
0 votes
1 answer
52 views

Showing existence of symplectic transformations preserving a quadratic form

Question: I need help to prove the following statement. Let $W_i:=w_iw_i^T\in\mathbb{R}^{n\times n}$, for $n$ even, be symmetric rank-1 matrices, $J=-J^T$ the canonical symplectic matrix and define ...
Ben94's user avatar
  • 108
1 vote
0 answers
30 views

Optimization of eigenvalue of matrix with discrete variables

Suppose we have a matrix $H$ like this, where $H_{ii}$ is a discrete variable (for example out of $[1,2,3]$) and $H_{ij}$ is a value that depends on the two adjacent values ($H_{ii}$ and $H_{jj}$). $H$...
frgoe's user avatar
  • 31
0 votes
0 answers
28 views

Woodbury matrix identity with a minus sign

Is there a form of Woodbury matrix identity $(A + UCV )^{-1} = A^{-1} - A^{-1}U (C^{-1} + VA^{-1}U )^{-1} VA^{-1}$ But with a minus sign? i.e. $(A - UCV )^{-1}$ It seems like I have to painfully ...
CuriousMind's user avatar
  • 1,634
0 votes
0 answers
50 views

Proving that the rank of the following matrix is $6$.

In my research work I have come across a matrix which has the rank equals to $6$. I begin defining my problem as follows: Let $P \in \{0,1\}^{7 \times 7}$ denote the right shift matrix defined by $ P =...
Dark Forest's user avatar
0 votes
0 answers
27 views

Absolute value of elements of b=Ax and the minimum singular value of A

For $b=Ax$, is there a way to relate the minimum absolute value of the element of $b$, $\min|b_i|$, and the minimum singular value, $\sigma_{min}$, of $A$? What I want is something like: $\sigma_{min}$...
William Lin's user avatar
0 votes
3 answers
81 views

Decompose a $3 \times 3$ orthogonal matrix into a product of rotation and reflection matrices

It holds that every orthogonal matrix can be expressed as a product of rotation and reflection matrices. We can prove that every $2 \times 2$ orthogonal matrix can be represented in the form $$\begin{...
beyondinfinity's user avatar
20 votes
3 answers
3k views

Why is there not a test for diagonalizability of a matrix

Let $A$ be square.This question is a bit opinion based, unless there is a technical answer.I think it is helpful tho. Also this question is closely related to this question : quick way to check if a ...
Mahammad Yusifov's user avatar
1 vote
1 answer
30 views

Any decomposition of inverse of nonnegative diagonal matrix times a PSD matrix plus lambda times Identity?

I generally have to solve the following system: $$ (DA + \lambda I)^{-1} v $$ where $D$ is a diagonal matrix with nonnegative entries, $A$ a symmetric, positive semi-definite (PSD) matrix, $I$ is the ...
Brian's user avatar
  • 133
7 votes
1 answer
71 views

Classifying maps of finitely generated abelian groups up to automorphism

We have a nice characterization of f.g. abelian groups that factors them into cyclic groups. A homomorphism between them is just a matrix of maps $\mathbb{Z}_{p^i} \to \mathbb{Z}_{p^j}$ between the ...
Trebor's user avatar
  • 4,867
0 votes
1 answer
27 views

Is it true that $D A P D^T = A D P D^T$ if $P$ is symmetrical, positive definite and $D$ is diagonal?

I know in general, matrix multiplication is not commutative, but would it be true in this special case? $D A P D^T = A D P D^T$ where $A, D, P$ are all $n by n$ matrix. But $P$ is symmetrical and ...
zvi's user avatar
  • 149

15 30 50 per page
1
2 3 4 5
181