Find gen. soln to system of ODEs where x' = Ax and....

dopey9

New member
Joined
Jul 14, 2006
Messages
39
THis is to do with ODE's and i just need tips on how to go out this problem. I need to find the general solution to the system of ODEs where x' = Ax, and where A is the 4x4 matrix shown below:

Code:
    --            --
    |   0  1  0  0 |
A = |   0  0  1  0 |
    |   0  0  0  1 |
    | -36  0 13  0 |
    --            --
I tried finding lamba (the eigen value) but that didn't work for me.

Thank you!
 
Top