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
6 votes
2 answers
174 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
  • 920
2 votes
1 answer
70 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
1 answer
37 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
183 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
82 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
124 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
3 votes
1 answer
114 views

Is the below matrix invertible? $$ M(\lambda_1,\dots,\lambda_m,n_1,\dots,n_m):= \begin{pmatrix} 1^0 \lambda_1^1 & \cdots & 1^{n_1-1}\lambda_1^1 &\cdots &\cdots &1^0 \lambda_{m}^1 ...
Zoudelong's user avatar
  • 1,943
0 votes
1 answer
54 views

I'm currently working with matrices having the following property: Let $A \in M_n(\mathbb Z)$ be square matrix such that there exist diagonalizable matrices $S,T \in M_n(\mathbb C)$ with $A = S A^t T$,...
Patrick Perras's user avatar
-6 votes
0 answers
48 views

I have been analysing the Collatz Conjecture and have identified an infinite family of numbers, which I call 'Imitation Numbers' (N), that share an identical initial trajectory structure with a ...
Chris Young's user avatar
2 votes
1 answer
140 views

I am trying to use this formula to find the inverse of a $3 \times 3$ matrix. $$ \mathbf A^{-1} = \frac{1}{\det(\mathbf A)} \sum_{s=0}^{n-1}\mathbf A^{s} \sum_{k_{1}, k_{2},\dots,k_{n-1}} \prod_{l=1}^{...
jdavidbrandt's user avatar
1 vote
2 answers
206 views

Today I met the following problem.$\newcommand\b\boldsymbol$ If $\b A$, $\b B$, $\b A+\b B\in\Bbb R^{n\times n}$ are non-singular matrices, find the inverse of $\b A^{-1}+\b B^{-1}$. The solution is ...
youthdoo's user avatar
  • 5,082
0 votes
0 answers
21 views

I am studying multi-class classification metrics and want to confirm the correct way to compute them from a confusion matrix. A weather classifier labels days as Sunny, Rainy, Cloudy. The test results ...
Minesota's user avatar
3 votes
1 answer
131 views

I am reading Richard Hartley & Andrew Zisserman's Multiple View Geometry in Computer Vision (2nd edition). In section chapter 17.1, it is mentioned that the following matrix needs to have $0$ ...
joão cabral's user avatar
4 votes
1 answer
125 views

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 ...
lambda's user avatar
  • 43
3 votes
2 answers
248 views

Given a matrix $Z\in\Bbb R^{n\times n}$, write $Z\succ0$ to mean that $\langle v,Zv\rangle>0$ when $v\ne0$. (We may say that $Z$ is positive definite, but note that $Z$ is not required to be ...
Akiva Weinberger's user avatar

15 30 50 per page
1
2 3 4 5
3833