Skip to main content

Questions tagged [characteristic-polynomial]

The characteristic polynomial of a square matrix is a polynomial that is invariant under matrix similarity and has the eigenvalues as roots.

1 vote
0 answers
48 views

First I’ll recap the normal eigenvalue problem to help explain what I’m asking. Say we have an $n\times n$ matrix $A$. Then $\det(\lambda I-A)$ is its characteristic polynomial and its zeroes are the ...
QuantumWiz's user avatar
0 votes
0 answers
74 views

I'm working on a linear algebra problem about characteristic polynomials and would appreciate some guidance. For any square matrix $A$, prove that $A$ and $A^T$ have the same characteristic ...
Jisbon's user avatar
  • 131
2 votes
2 answers
138 views

I need help solving the recurrence relation $$ a(n)=a(n-4)+\left \lfloor{\frac{(n+3)^2+8}{24}}\right \rfloor $$ with starting values $a(1)=a(2)=a(3)=1$ and $a(4)=2$. I am looking for closed form ...
Oliver Bukovianský's user avatar
0 votes
0 answers
82 views

Some time ago, I saw an interesting way to obtain characteristic polynomial of Householder matrix here. Unfortunately, I can't understand how to get this formula by characteristic polynomial ...
happyWarlous's user avatar
2 votes
0 answers
59 views

This is exercise VI.6.12 from Aluffi's Algebra: Chapter 0. The full problem statement and hint is: Let $\alpha$ be a linear transformation of a finite-dimensional $\Bbb{C}$-vector space $V$. Prove ...
Everett's user avatar
  • 305
0 votes
0 answers
49 views

My book says that the following characteristic equation $$\sum_{i=1}^n\frac{p_i \lambda}{1+p_i \lambda} = 1 \space\space, \space\space where \space 0 < p_i < 1 $$ "has a unique positive ...
David Lee's user avatar
  • 205
5 votes
1 answer
288 views

I am trying to find the characteristic polynomial of a $6\times 6$ block matrix $A$, where each block is a $\ell\times\ell$ matrix, resulting in a $6\ell\times 6\ell$ matrix. The matrix $A$ is defined ...
Dang Dang's user avatar
  • 288
1 vote
1 answer
67 views

Consider two matrices $A_{3\times2}$ and $B_{2\times3}$ then we can show that $\det(AB)=0$, and in fact $\det(P_{m\times n}Q_{n\times m})=0$ for all $m>n$, though what I am interested in is in the ...
lilychou's user avatar
  • 1,477
1 vote
1 answer
77 views

I came across this exercise and honestly I have no idea on where to start: Let $V$ be a finite dimensional vector space over a field $k$. Let End$_k(V)$ be the ring of all linear transformations from $...
user594756's user avatar
1 vote
0 answers
79 views

Let $n \ge 2$ be an integer. For $i = 0, 1, \dots , n-1$, let $c_{i} = {n \choose i}$. Find the Jordan form of the following companion matrix. $$ A = \begin{pmatrix} 0 & 0 & 0 & \cdots &...
Jonathan Huang's user avatar
3 votes
3 answers
197 views

I want to compute in a smart way the characteristic polynomial of this $3 \times 3$ matrix $$ A_n = \begin{pmatrix} n-4 & n-3 & n-2 \\ n-1 & n & n+1 \\ ...
Hyperion's user avatar
0 votes
1 answer
79 views

How to express the characteristic polynomial of the Inverse of A in Terms of A? can i just use 1/det(A) = det(A^-1)
Tobias srtjzjwrzjarzj's user avatar
1 vote
0 answers
85 views

Let $A\in K^{n\times n}$, with $n \in \mathbb{N}$ then by $$ \chi_A=\det(x\text{I}_n-A)=\sum\limits_{k=0}^{n}a_kx^k\in K[x] $$ we define the characteristic polynomial of $A$. I already know the ...
Emar's user avatar
  • 470
0 votes
1 answer
143 views

Let $n \in \mathbb{N}^{*}$ and $ A, B \in \mathcal{M}_{2n+1}(\mathbb{C}) $ such that $ A^{2}B^{2} = (AB)^{2} $. Prove that: a) $ \det(AB-BA) = 0 $ b) If $ n=1 $ then $ (AB-BA)^{3} = O_{3} $ For a) I ...
Andrei's user avatar
  • 1,155
10 votes
7 answers
437 views

In learning about solutions to linear recurrences of the form $a_n = ia_{n-1}+ ja_{n-2}$, where $i, j$ are known constants, I came across the technique of using characteristic equations. I was ...
Illusioner_'s user avatar

15 30 50 per page
1
2 3 4 5
36