Mathematica command for solving y''+2y'+5y=(sinx)*(e^x)

  • Context: Mathematica 
  • Thread starter Thread starter Ali Asadullah
  • Start date Start date
  • Tags Tags
    Integration Mathematica
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Ali Asadullah
Messages
99
Reaction score
0
What is Mathematica command for differential equation y''+2y'+5y=(sinx)*(e^x)?
 
Physics news on Phys.org
DSolve[y''[x] + 2y'[x] + 5y[x] == Sin[x]*E^x, y[x], x]