http://www.neuron.yale.edu/neuron/stati ... #Impedance
Code: Select all
...
yields the linearized impedance matrix [(jwc - di/dv)v = i0 ] * exp(jwt)
...
Code: Select all
...
yields the linearized impedance matrix [(jwc - di/dv)v = i0 ] * exp(jwt)
...
No, but anyone who wants to create one is welcome to. The Programmer's Referenceeacheon wrote:Is there a better typeset version of these paragraphs as pdf available?
Code: Select all
in the line
(jwc + gnabar*m^3*h) gnabar*3*m^2*h*(v-ena) gnavar*m^3*(v-ena)
this v ^
should be a b, like so:
(jwc + gnabar*m^3*h) gnabar*3*m^2*h*(v-ena) gnabar*m^3*(v-ena)
^
Knowing this is nice, Ted, and thanks for the prompt answer. I guess the question that I am stuck on may be something very apparent for many:ted wrote: I see one small typographical error near the end of the introductory paragraphs on the
Impedance class: in this lineCode: Select all
in the line (jwc + gnabar*m^3*h) gnabar*3*m^2*h*(v-ena) gnavar*m^3*(v-ena) this v ^ should be a b, like so: (jwc + gnabar*m^3*h) gnabar*3*m^2*h*(v-ena) gnabar*m^3*(v-ena) ^
Code: Select all
Specifically, the cable equation, c*dv/dt = i(v), where the d2v/dx2 compartmental terms are in i, yields the linearized impedance matrix [(jwc - di/dv)v = i0 ] * exp(jwt) ...
It's not "v = i0". It'seacheon wrote:what does "v = i0" mean in the above solution?
It's not a solution. It is an equation that is the equivalent, in the frequency domain, of theHow does the c*dv/dt = i(v) lead to this solution?