Let $N$ be a positive integer, $x$ be a real number and let $Q$ be a real $N$-dimensional matrix. The following identity holds: \begin{eqnarray} &&\det\left({\mathbb 1} - x Q\right) = e^{-x \text{Tr}[Q]}\cdot \\&& \left(1 -\frac{x^2}{2} Tr[Q^2] - \frac{x^3}{3} Tr[Q^3] - \frac{x^4}{4} (-\frac{1}{2} Tr[Q^2]^2 + Tr[Q^4]) + x^5(\frac{1}{6} Tr[Q^2] Tr[Q^3] - \frac{1}{5} Tr[Q^5]) + x^6 (-\frac{Tr[Q^2]^3}{48} + \frac{Tr[Q^3]^2}{18} + \frac{Tr[Q^2] Tr[Q^4]}{8} - \frac{Tr[Q^6]}{6}) + O(x^7)\right) \end{eqnarray} As a matter of fact it seems that the coefficient at $x^p$ has the following form(we have checked this identity for all $p\le 10$): \begin{equation} \left( coeff @ x^p \right) = \sum\limits_{l=1}^{\lfloor p/2 \rfloor} (-1)^l \sum\limits_{\stackrel{2 \le p_1 \le p_2 \le \dots \le p_l \le p-2 (l-1)}{p_1+\dots+p_l=p}} \prod\limits_{\xi=1}^l \frac{Tr[Q^{p_\xi}]^{d_\xi}}{p_\xi d_\xi!} \end{equation} where $d_\xi$ is the multiplicity of the number $p_\xi$ for $\xi=1,\dots,l$. We have shown this identity by expanding the determinant in question in a Taylor series and then applying formulae given in Calculate a multiple sum of inverse integers. to the expansion coefficients and finally by resuming the resulting series. The question is to prove or disprove the formula for the coefficient at $x^p$.
2026-04-09 03:34:23.1775705663
Characteristic polynomial type of identity.
36 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in MATRIX-CALCULUS
- How to compute derivative with respect to a matrix?
- Definition of matrix valued smooth function
- Is it possible in this case to calculate the derivative with matrix notation?
- Monoid but not a group
- Can it be proved that non-symmetric matrix $A$ will always have real eigen values?.
- Gradient of transpose of a vector.
- Gradient of integral of vector norm
- Real eigenvalues of a non-symmetric matrix $A$ ?.
- How to differentiate sum of matrix multiplication?
- Derivative of $\log(\det(X+X^T)/2 )$ with respect to $X$
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Clearly we have: \begin{equation} \det\left({\mathbb 1} - x Q\right) = e^{Tr \log\left({\mathbb 1} - x Q\right)} = e^{-x Tr(Q)} \cdot e^{- \sum\limits_{j=2}^\infty \frac{x^j}{j} Tr[Q^j] } \end{equation} Now by expanding the exponential in a Taylor series we have: \begin{equation} e^{- \sum\limits_{j=2}^\infty \frac{x^j}{j} Tr[Q^j] } = 1 + \sum\limits_{p=2}^\infty x^p \sum\limits_{l=1}^{\frac{p}{2}} \frac{(-1)^l}{l!} \sum\limits_{\stackrel{j_1+\dots+j_l = p}{j_1,\dots,j_l \ge 2}} \prod\limits_{\xi=1}^l \frac{Tr[Q^{j_\xi}]}{j_\xi} \end{equation} Now let us write a sequence $\vec{j} := (j_1,\dots,j_l)$ as $\left(\underbrace{j_1,\dots,j_1}_{d_1},\underbrace{j_2,\dots,j_2}_{d_2},\dots,\underbrace{j_s,\dots,j_s}_{d_s}\right)$ where $j_1 < j_2 < \dots < j_s$ and $d_1+\dots+d_s=l$. Clearly there are $l!/(d_1! d_2! \cdot \dots \cdot d_s!)$ sequences $\vec{j}$ that all have the same decomposition in question. All those sequences will yield the same contribution to the coefficient. From this follows the result.