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.

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
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
-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
0 votes
0 answers
18 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
-1 votes
0 answers
14 views

Find the solution of the following linear system using the Gauss elimination method: x1 + 2x2 − x3 + x4 = 3, 2x1 − x2 + x3 + x5 = 2, 3x1 + x2 + x4 − x5 = 4 The particular solution is same as chatgpt ...
PRANJAL SONI'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
244 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
5 votes
0 answers
88 views

Let $A,B,C,D,E$ be $n\times n$ complex matrices. Assume that $B,C,D,E$ are invertible, and that $A$ is singular (non-invertible). Consider the matrix-valued function \begin{equation} Z(x)=\Bigl[B(xI-A)...
seeker's user avatar
  • 609
2 votes
1 answer
46 views

The standard Gale-Ryser theorem is for the existence of a $(0,1)$-matrix given exact row sums $R = (r_1, \dots, r_K)$ and exact column sums $C = (c_1, \dots, c_M)$. What if we relax the column sums ...
IHopeItWontBeAStupidQuestion's user avatar
-2 votes
0 answers
23 views

I am analyzing the performance of an autonomous vehicle’s pedestrian detection system, and I want to ensure that I am interpreting the scenario correctly in terms of confusion-matrix components. This ...
JoshR Rotugal's user avatar
-1 votes
0 answers
27 views

Notation Convention in Linear Models: Why $\theta^\top x$ instead of $\theta x$? Question: I'm working with CMU 10-414 Lecture 2 and I'm curious about the notation convention used to represent the ...
Hank Wang's user avatar
0 votes
1 answer
84 views

If we have a function $f(x_1,x_2,x_3,x_4)$ and perform a coordinate transformation to $f(y_1,y_2,y_3,y_4)$, then by the chain rule, $$ \frac{\partial f}{\partial x_1} = \begin{bmatrix}\frac{\...
Moe's user avatar
  • 355

15 30 50 per page
1
2 3 4 5
3833