ich habe folgende Aufgabe bei der ich nicht weiß, wie ich vorgehen soll:
Man berechne eAt e^{At} eAt mit
A=(111032005) \begin{pmatrix} 1 & 1 & 1 \\ 0 & 3 & 2 \\ 0 & 0 & 5 \end{pmatrix} ⎝⎛100130125⎠⎞
Vielen Dank schonmal für eure Hilfe
diagonalisiere die Matrix. Dann berechnet sich das Matrixexponential gemäß
https://de.wikipedia.org/wiki/Matrixexponential#Diagonalisierbare_Ma…
Ich habe die Matrix jetzt diagonalisiert, verstehe aber nicht wie ich jetzt das Matrixexponential berechne.
(100030005) \begin{pmatrix} 1 & 0 & 0 \\ 0 & 3 & 0 \\ 0 & 0 & 5 \end{pmatrix} ⎝⎛100030005⎠⎞
Das ist erstmal richtig. Als nächstes brauchst du noch die Basiswechsel Matrix U und U-1, also die Eigenvektoren von A.
Dann gilt
exp(At)=U * exp(Dt) * U-1
Hab jetzt eAt e^{At} eAt = (111022002) \begin{pmatrix} 1 & 1 & 1 \\ 0 & 2 & 2 \\ 0 & 0 & 2 \end{pmatrix} ⎝⎛100120122⎠⎞ * e(t0003t0005t) e^{\begin{pmatrix} t & 0 & 0 \\ 0 & 3t & 0 \\ 0 & 0 & 5t\end{pmatrix}} e(t0003t0005t) * (1−120012−120012) \begin{pmatrix} 1 & -\frac{1}{2}& 0 \\ 0 & \frac{1}{2} & -\frac{1}{2} \\ 0 & 0 & \frac{1}{2} \end{pmatrix} ⎝⎛100−212100−2121⎠⎞
Das ist auch alles richtig gemäß wolfram alpha ;).
In der Mitte kannst du leicht ausrechnen: Das Exponential einer Diagonalmatrix ist einfach die Exponentialfunktion auf die Diagonaleinträge angewandt, also
diag(et, e3t, e5t). Danach musst du die Matrixmultiplikation durchführen und bist fertig.
Kontrollergebnis:
https://www.wolframalpha.com/input/?i=exp(((1,1,1),(0,3,2),(0,0,5))*…
Sicher ?
Denke schon, wo siehst du ein potentielles Problem?
Nachtrag: sehe gerade, dass wolfram eine andere Syntax für Matrixexponential hat:
https://www.wolframalpha.com/input/?i=MatrixExp(((1,1,1),(0,3,2),(0,…
Jetzt stimmt es auch mit der Rechnung überein ;)
Ein anderes Problem?
Willkommen bei der Mathelounge! Stell deine Frage einfach und kostenlos