diff --git a/advanced_programming/connor_stevens/README.md b/advanced_programming/connor_stevens/README.md index e492873..c58febc 100644 --- a/advanced_programming/connor_stevens/README.md +++ b/advanced_programming/connor_stevens/README.md @@ -24,4 +24,20 @@ $$\tau_a(V) = 0.3632ms + \frac{1.158ms}{1.0 + \exp(0.0497mV^{-1} (V + 55.96mV))} $$\tau_b(V) = 1.24ms + \frac{2.678ms}{1.0 + \exp(0.0624mV^{-1} (V + 50.0mV))}$$ +## asymptotic values + a_endless = np.power( + ( + (0.0761 * np.exp(0.0314 * (v + 94.22))) + / (1 + np.exp(0.0346 * (v + 1.17))) + ), + 1 / 3, + ) + +$$b_\infty(V) = \left(\frac{1}{1 + \exp(0.0688mV^{-1} (V + 53.3mV))} \right)^4$$ + +$$n_\infty(V) = \alpha_n(V) * \tau_n(V)$$ + +$$m_\infty(V) = \alpha_m(V) * \tau_m(V)$$ + +$$h_\infty(V) = \alpha_h(V) * \tau_h(V)$$