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
30 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 ...
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 ...
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 ...
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}$ $\...
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 ...
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 & ...
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$...
0 votes
3 answers
2k views

$UDU^{T}$ factorization of a matrix

So, there is this question in which I am suppose to find $UDU^{T}$ factorization of $$A = \begin{bmatrix} -3&1&-1\\1&-3&1\\-1&1&-3 \end{bmatrix}$$ I don't understand what is ...
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 ...
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 =...
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}$...
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{...
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 ...
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 ...
1 vote
1 answer
23 views

How to obtain this equation of hyperspectral image restoration using total variation in the following equation?

While reading the paper "Total-Variation-Regularized Low-Rank Matrix Factorization for Hyperspectral Image Restoration" I came through the following equation. Can someone help me how the last equation ...

15 30 50 per page
1
2 3 4 5
181