Solución numérica

In[37]:=

NDSolve[{x '[t] + x[t] ^(4 t), x[0] 1}, x, {t, 0, 0.5}]

Out[37]=

{{xInterpolatingFunction[{{0., 0.5}}, <>]}}

In[38]:=

numsol = x/.%[[1]]


Created by Mathematica  (August 6, 2004)