Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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!