0

I just wrote a simple line of code to solve a third-order differential equation:

DSolve[{y'''[x] + 4*y[x]==0, y[0]==1, y'[0]==2, y''[0]==0}, y[x], x]

Then Mathematica said: enter image description here

Could you please tell me what I did wrong? Thanks

Shan
  • 5
  • 1
  • 3

0 Answers0