How to find second order differential equation from general solution?
I've looked everywhere on Sage but I simply cannot find any command that'll help me with this.
It's essentially using desolve, but backwards, like if I'm given
y=C1*e^-x + C2*x*e^-x
how would I figure out the original second order differential equation? Thanks!
Welcome to Ask Sage! Thank you for your questions!