Exponential of nonconstant matrix

ranoo
Messages
9
Reaction score
0
how to compute the nonconstant matrix exponential؟

i.e. if there is a matrix A(t), how i can find exp(A(t)) ?
 
Physics news on Phys.org
This is easy if your matrix is nilpotent or diagonizable.
If it is neither of those, then you will want to triangulate your matrix to write it as a sum of a diagonizable matrix and a nilpotent matrix.

Did you have any particular matrixx in your mind?
 
It does not matter whether you matrix is "constant" or "non-constant". You define A=A(t) and calculate exp(A).

Added: Unless you have in mind so called http://en.wikipedia.org/wiki/Ordered_exponential"
 
Last edited by a moderator:
the 2x2 matrix is A(t)=[0 1]
0 t

I can't write the matrix but tha first row 0,1 and the second row 0,t
 
You have , for n\geq 1
A(t)^n=\begin{pmatrix}0&t^{n-1}\\0&t^n\end{pmatrix}

and

e^A(t)=\begin{pmatrix}1&0\\0&1\end{pmatrix}+\sum_{i=1}\frac{1}{n!}\begin{pmatrix}0&t^{n-1}\\0&t^n\end{pmatrix}

I hope you will be able to finish. But better check the above. I could have made a mistake!
 
Remember exp(A) is defined as a taylor expansion exponential function, the series actually converge for any matrix A, so in principle we can always express exp(A(t)) in this way, then each entry of exp(A) is an infinite series of numbers, so you can try and work out the sum to get a closed form. There're better ways to find the closed form of exp(A), if A is diagonalizable just diagonlize it, if not you can always use a Jordan decomposition, it works in a similar manner.
 
Thread 'Derivation of equations of stress tensor transformation'
Hello ! I derived equations of stress tensor 2D transformation. Some details: I have plane ABCD in two cases (see top on the pic) and I know tensor components for case 1 only. Only plane ABCD rotate in two cases (top of the picture) but not coordinate system. Coordinate system rotates only on the bottom of picture. I want to obtain expression that connects tensor for case 1 and tensor for case 2. My attempt: Are these equations correct? Is there more easier expression for stress tensor...

Similar threads

Replies
2
Views
3K
Replies
14
Views
3K
Replies
7
Views
2K
Replies
14
Views
2K
Replies
14
Views
4K
Replies
3
Views
2K
Back
Top