yitriana
- 35
- 0
NDSolve[{y'[x] == y[x] Cos[x + y[x]], y[0] == 1}, y, {x, 0, 30}]
i attempted this, but it didn't work.
i attempted this, but it didn't work.
sol1 = NDSolve[{y'[x] == y[x] Cos[x + y[x]], y[0] == 1}, y, {x, 0, 30}];
Plot[y[x] /. sol1, {x, 0, 30}]