Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Mathematics

Questions tagged [matrix-decomposition]

Ask Question

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

2,785 questions
Filter by
Sorted by
Tagged with
4votes
1answer
124views

Consider any matrix $A \in \text{GL}_d(\mathbb{C})$, i.e, a square invertible matrix. We define a logarithm of $A$ as any matrix $X$ such that $$e^X = A.$$Our objective is to find of possible ...
5votes
1answer
229views

Out of curiosity, I came across the study of matrices of the form $U = B^\top B^{-1}$ for $B \in GL(n,\mathbb{F}_2)$. In essence, U represents how matrice $B$ is asymetric.This raised the question: ...
0votes
0answers
71views

I am studying a generalized eigenvalue problem which can be partitioned as$$\left[ {\begin{array}{*{20}{c}}{{A_{11}}}&{{A_{12}}}\\{{A_{21}}}&{{A_{22}}}\end{array}} \right]\left[ {\begin{...
3votes
1answer
84views

Let $A$ be $n\times n$ matrix. Can $A$ be written as $A=B_1\cdots B_k$ where $B_i$ are band matrices with constant bandwidth, and $k=O(n)$? Is it always possible? Is there an efficient algorithm for ...
0votes
0answers
31views

I have a question about an equation that is so simple that I feel like it should have a name and be analyzed, but I can't find a reference for it, so I am hoping someone here has seen this before. I ...
1vote
0answers
12views

Say we have a matrix $A = L + \beta^{2} M$, where $\beta$ is a real scalar. The matrices $L$ and $M$ are symmetric positive semi-definite and symmetric positive definite respectively. I am interested ...
3votes
1answer
282views

I'm working on a matrix factorization problem and would appreciate insights on the following conjecture:$\forall y,z \in \mathbb{N}$ such that $y > z$, there does not exist column-stochastic $\...
0votes
0answers
72views

When eigenvectors form a basis, they're a very good basis because they transform a given matrix into a diagonal matrix. The problem is that eigenvectors don't generally form a basis. However, if we ...
5votes
2answers
264views

In Golub & Van Loan's Matrix Computations, I came across the following problem and I am stumped (been at it for a few days now).A matrix $M\in \mathbb{R}^{n\times n}$ (not necessarily symmetric) ...
2votes
1answer
89views

Given that $A = LU$, where$L =$ \begin{bmatrix}1&0&0\\2&1&0\\3&0&1\end{bmatrix}and$U =$ \begin{bmatrix}1&1&0&1\\0&0&1&1\\0&0&0&0\end{...
0votes
3answers
101views

I understand the LU factorization algorithm as the result of the recurrence relationships$$u_{ij} = a_{ij} - \sum_{k = 1}^{i - 1} l_{ik} u_{kj}$$for $i \le j$, and$$l_{ij} = \left[ a_{ij} - \...
1vote
0answers
55views

I would like to know if anyone knows any reference about rank one update of Schur decomposition.Assume that we know the Schur decomposition of $A,$ which is $A=QUQ^{-1},$ where $Q$ is unitary and $U$ ...
0votes
0answers
22views

If you have a collection of n (nonzero and unique) eigenvectors, is there a way to find a general form of an n-by-n matrix that corresponds to them in such a way that 'rules out' alternative forms?...
0votes
0answers
44views

I am new to lie theory and representation theory. I heard about this interesting factorization known as the Bipolar decomposition which uses the Mostow decomposition. The article is https://www....
1vote
1answer
82views

As the question states: Given $M \in \mathbb{C}^{n \times n}$ where $\det(M) = 0$. Does there exist a real matrix $R \in \mathbb{R}^{n \times n}$ and invertible matrix $E \in \mathbb{C}^{n \times n}$ ...

153050per page
1
2345
186

Hot Network Questions

more hot questions
Newest matrix-decomposition questions feed

[8]ページ先頭

©2009-2025 Movatter.jp