User Portlet User Portlet

Discussions
Alternatively, drop it into Mathematica with manipulate. Manipulate[ { sols = NDSolve[{ D[Temp[t], t] == -0.1 (Temp[t] - ambient), Temp[0] == beginTemp, WhenEvent[ t > addMilk, ...