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]
Could you please tell me what I did wrong? Thanks
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]
Could you please tell me what I did wrong? Thanks
ClearAll["`"]; Remove["`*"];and next:DSolve– Mariusz Iwaniuk Aug 06 '20 at 16:18Derivativethat's polluted. – xzczd Aug 06 '20 at 16:47