Skip to main content

Questions tagged [matrices]

For any topic related to matrices. This includes: systems of linear equations, eigenvalues and eigenvectors (diagonalization, triangularization), determinant, trace, characteristic polynomial, adjugate and adjoint, transpose, Jordan normal form, matrix algorithms (e.g. LU, Gauss elimination, SVD, QR), invariant factors, quadratic forms, etc. For questions specifically concerning matrix equations, use the (matrix-equations) tag.

Filter by
Sorted by
Tagged with
-5 votes
0 answers
27 views

Let A be an m×n matrix of rank r. Prove that there exist invertible square matrices P and Q of order m and n, respectively, such that $PAQ=\begin{pmatrix} I_r &0\\0 &0 \end{pmatrix}$
freshman's user avatar
5 votes
2 answers
600 views

Let $A_n$ be sequence of $n\times n$ invertible matrices over $\mathbb{C}$, and $A_{n+1}(i,j)=A_{n}(i, j) \ \forall 1\le i,j\le n$ (i.e we obtain $A_{n+1}$ from $A_n$ by adding a new row and column at ...
pie's user avatar
  • 9,503
0 votes
0 answers
14 views

Typically the LDL decomposition is formulated for L and D being square (lower triangular and diagonal respectively) matrices of the same shape as the symmetric positive-definite input: $$ L D L^T = A $...
lurscher's user avatar
  • 739
1 vote
2 answers
84 views

Two vectors vec1 and vec2 were randomly rotated the same way about origin. The result of rotations are vectors ...
azerbajdzan's user avatar
  • 1,327
3 votes
0 answers
97 views

Let $A$ be an $n \times n$ matrix over a field $F$. Let $d(A)$ be the largest non-negative integer such that the matrices $Id, A, A^2,\ldots,A^{d(A)}$ are linearly independent in the vector space of ...
Avyaktha Achar's user avatar
2 votes
2 answers
77 views

I am trying to solve a linear algebra problem from a practice exam. The Problem: Consider three square matrices $A$, $B$, and $C$, all of order $n$, with real entries. Assume that each of them is non-...
rafobr's user avatar
  • 55
1 vote
0 answers
57 views

Let $A\in\mathrm{M}_n(\mathbb{C})$. If the leading principal minors (namely the determinants of the top left submatrices) of $A$ are non-zero, then there exists a lower triangular matrix $L$ and an ...
Jacques's user avatar
  • 735
-1 votes
1 answer
28 views

Suppose we have a real unitary (orthogonal) matrix in which the first three diagonal entries are strictly diagonally dominant within their respective columns, meaning each is strictly greater in ...
طاهر یزدان پناه's user avatar
1 vote
0 answers
76 views

Consider the $3\times3$ left-circulant matrix with first row $(0,1,1)$: $$ C = \begin{pmatrix} 0 & 1 & 1 \\ 1 & 1 & 0 \\ 1 & 0 & 1 \end{pmatrix} $$ where each row is a left ...
user1720931's user avatar
6 votes
2 answers
403 views

I'm searching for the solution $\bar{a}$ to the system of equations $\bar{e}_1 = B\bar{a}$ given by \begin{equation} \left[\begin{array} & 1 \\ 0 \\ \vdots \\ 0 \\ 0 \end{...
BGreen's user avatar
  • 922
2 votes
1 answer
92 views

For a commutative ring $K$, the category $\mathbf{Mat}_K$ is defined as follows: objects are positive integers $m, n, ...$ morphisms $A \colon n \to m$ are $(m \times n)$-matrices, and for two ...
Markus Klyver's user avatar
-2 votes
0 answers
46 views

In $\mathbb{R}^2$, consider the following ordered basis: $$B=((1,0),(0,1)),\text{ }C=((-1,1),(1,1)),\text{ and }D=((\sqrt{3},1),(\sqrt{3},-1))$$ Find the change of basis matrix from $B$ to $C$, from $...
TheWonkaBro's user avatar
5 votes
2 answers
200 views

From a homework assignment for an undergraduate course on numerical methods: Check if the determinant of the following matrix is nonzero. \begin{bmatrix} 1 & -2 & 1 & & & &...
I8SumPi's user avatar
  • 99
0 votes
1 answer
86 views

I observed that for matrices of following forms, their product are also symmetric: a b c b c b c b a or perhaps also other similar forms. Truth to be told, I'm ...
DannyNiu's user avatar
  • 355
7 votes
1 answer
134 views

I've learned two methods of calculating the inverse of an $n \times n$ non-singular matrix $A$: By creating an augmented matrix with $I_n$ and using row-reduction to transform the original matrix ...
TaniyaP's user avatar
  • 140

15 30 50 per page
1
2 3 4 5
3833