Mastering Differential Equations in Mathematica: A Complete Guide

  • Context: Mathematica 
  • Thread starter Thread starter Ali Asadullah
  • Start date Start date
  • Tags Tags
    Integration Mathematica
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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]