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.

2 votes
1 answer
115 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
200 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,070
0 votes
1 answer
39 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
39 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
-1 votes
0 answers
24 views

Is it possible to make a graph consisting of 2n nodes such that every node is connected to every other node in at least n steps except n of the other nodes? For example with 1, we make the graph with ...
paajny657's user avatar