From 564ac5e785c5605c799f0f977e5b31cb88600ed9 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 16 Feb 2024 11:19:41 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- advanced_programming/connor_stevens/README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/advanced_programming/connor_stevens/README.md b/advanced_programming/connor_stevens/README.md index c58febc..2a06404 100644 --- a/advanced_programming/connor_stevens/README.md +++ b/advanced_programming/connor_stevens/README.md @@ -26,15 +26,9 @@ $$\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, - ) +$$a_\infty(V) = \left( \frac{0.0761 * \exp(0.0314mV^{-1} (V + 94.22mV))}{1 + \exp(0.0346mV^{-1} (V + 1.17mV))}) \right)^{1 / 3} ms$$ -$$b_\infty(V) = \left(\frac{1}{1 + \exp(0.0688mV^{-1} (V + 53.3mV))} \right)^4$$ +$$b_\infty(V) = \left(\frac{1}{1 + \exp(0.0688mV^{-1} (V + 53.3mV))} \right)^4 ms$$ $$n_\infty(V) = \alpha_n(V) * \tau_n(V)$$