User Portlet User Portlet

Discussions
Take the function V = 10 (1-Exp[-0.1 t]) I want to program a code that will give me this function as t=t+tau V=V+D[V,t] tau via an iterative method for say tau=0.01 and I=1 to 1000. This seems simple but I have...