#Entries of exp(tA) given A's polynomials
18 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
The question is a specific example of this, and we're given the entries should be in a specific span, and the generators of the span are that of a linear ODE's solution space with the same characteristic polynomial, but idk how to actually prove it is such
My idea was to consider the system dx/dt = Ax and the linear ODE L[y]=0 where L=p_A(d/dt), cause then if they give the same solutions (?) then it's done
Bumping my question smile
If you know the matrix $A$, the minimal polynomial $m$ of $A$, its distinct eigenvalues $\lambda_1,\cdots,\lambda_s$ and the indices of nilpotence $(n_i)$ of the $(\lambda_i)_i$, then you can calculate the Hermite interpolating polynomial $p$ defined by:
$degree(m)=n_1+\cdots+n_s$, and $p^{(j)}(\lambda_i)=\exp(\lambda_i),j=0,\cdots, n_i-1; i=1,\cdots,s$.
Then $\exp(A)=p(A)$.
Unfortunately, in general when $n\geq 5$, we don't know how to calculate the $(\lambda_i)$. See for example
$A=\begin{pmatrix} 0& 0& 0&0& -1\ 1& 0& 0&0& 1\ 0& 1&0& 0&0\ 0& 0& 1& 0&0\ 0& 0& 0& 1& 0\end{pmatrix}$.
In other words, one doesn't know how to calculate the exponential of a matrix of dimension $\geq 5$ except if we build it so that this is possible !!
For a general $A$, the only thing you can say is that the entries of $e^{tA}$ are linear combinations of $t^{a_i}\exp(\lambda_i t)$, where $a_i\leq n_i-1;i=1\cdots s$.
arohi
We do in general know how to find exp(tA) provided the char polynomial splits into linear, it's a consequence of SN-decomp. The problem is the char poly given doesnt split into linear, it has irred. quadratics
But your very last sentence is precisely what I was asking about how to do
how do we know the entries are such?
Your first sentence is wrong. If you randomly choose a matrix -of dimension $\geq 5$-, then its characteristic polynomial is irreducible -then its roots are simple- and its Galois group is $S_n$; then it is non-solvable by radicals.
About your question -line 4-, it suffices to calculate $\exp(t(\lambda I+J))$, where $J$ is a nilpotent Jordan block.
arohi
exp(t(S+N))=exp(tS)exp(tN) by SN decomp, and each factor is as easy to compute as diagonalizing $S$
Omegabet_
No clue what else you're saying as you're assuming knowledge
If you need the explicit example instead of the general idea, here you go
+close