How do I parameterize these equations using time as the dependent
variable ? v is for voltage, alpha is the alpha symbol and I have 3
separate equations for alpha (n, h and n). I also want to be able to
plot them together.
alpha(m)(v) = 4*exp(1-0.0556(v+65)
alpha(h)(v) = 1/(1+exp-0.1(v+35))
aplah(n)(v) = 0.125*exp(-0.0125*v + 65)
These are the Hodgkin-Huxley equations.
thanks
Jake