Skip to content

Commit 12a5a9c

Browse files
issue #3264
1 parent 06f0372 commit 12a5a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/htmldoc/neurons/exact-integration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ The leaky integrate-and fire model
2222
In the leaky integrate-and-fire model, the memory problem is solved by adding a "leak" term :math:`\frac{-1}{R}V` (:math:`R` is the resistance and :math:`\tau=RC`) to the membrane potential:
2323

2424
.. math::
25+
:label: membrane
2526
2627
\frac{dV}{dt}=\frac{-1}{\tau}V+\frac{1}{C}I.
27-
:label: membrane
2828
2929
This reflects the diffusion of ions that occurs through the membrane when some equilibrium is not reached in the cell.
3030

0 commit comments

Comments
 (0)