From 87cf260c036de0d1ecf2de454b0043fcb3646815 Mon Sep 17 00:00:00 2001 From: alkino Date: Fri, 5 Jan 2024 14:53:54 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20BlueBrai?= =?UTF-8?q?n/nmodl@8821cdb9859175ed0f4961a31744e47144d2fc4a=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/notebooks/nmodl-sympy-solver-cnexp.html | 36 +++++++++++++++++--- 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/html/notebooks/nmodl-sympy-solver-cnexp.html b/html/notebooks/nmodl-sympy-solver-cnexp.html index 9c792bd845..002487cd52 100644 --- a/html/notebooks/nmodl-sympy-solver-cnexp.html +++ b/html/notebooks/nmodl-sympy-solver-cnexp.html @@ -300,12 +300,19 @@

Ex. 3 - - - -
+
 exact solution:      m = 0.5*log(-exp(2*m)/(2*dt*exp(2*m)-1))
+
+
+
+
+
+
+
 pade approx:         m = 0.5*(dt*(log(exp(2*m))-2.0)*exp(2*m)-log(exp(2*m)))/(dt*exp(2*m)-1.0)