Question: ODE Roots

Question:ODE Roots

Todd Wayman 48 Maple
Ok, another of my "how do you do this" questions: In solving a an equations such as: y''-4*y'+5*y = 0 I would like to show the roots; is there a function that will just pull the roots from the equation as written or do I have to write the equation like: m^2 + 4*m + 5 = 0 and use: solve(m^2+4*m+5); Thanks...
Please Wait...