Question: Numerical ODE is not giving solution

I am trying to solve the following problem numerically

diff(u(t), t) = u(t)^4-u(t)+1

I am getting the following message:

cannot evaluate the solution further right of .41669147e-4, probably a singularity

Appreciating any help

Please Wait...