Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
  • Loading branch information
davrot authored Feb 16, 2024
1 parent 7b24d84 commit edfa667
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions advanced_programming/connor_stevens/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@

## Main equations

$$c_m \frac{d V}{dt} = -i_m + \frac{I_e}{A}$$

$$t_m(V) \frac{d m}{dt} = m_{\infty}(V) - m$$

$$t_h(V) \frac{d h}{dt} = h_{\infty}(V) - h$$

$$t_n(V) \frac{d n}{dt} = n_{\infty}(V) - n$$

$$t_a(V) \frac{d a}{dt} = a_{\infty}(V) - a$$

$$t_b(V) \frac{d b}{dt} = b_{\infty}(V) - b$$


$$i_m =\bar{g}_L (V - E_L) + \bar{g}_{Na} m^3 h (V - E_{Na}) + \bar{g}_{K} n^4 (V - E_{K}) + \bar{g}_{A} a^3 b (V-E_A)$$


Expand Down

0 comments on commit edfa667

Please sign in to comment.