#file passive_membrane.ode #model of the response of a passive membrane to perturbations in voltage #Figure 8.3 par C=0.98 par g=0.0144 par V_Nernst_K=-93.6 #model equations V' = (1/C)*(-g*(V-V_Nernst_K)) # initial condition init V=-60 # final time @ total=500 # set the plotting window size: @ xlo=0, xhi=500, ylo=-120, yhi=-50 @ bound=200 @ maxstor=100000 done