Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. a'(t) = b(t) / b0(t) - a(t) / a0(t)
  2. b'(t) = a(t) / a0(t) - b(t) / b0(0)
  3.  
  4. a0(t) = 1 / (1 + exp(20 * (t - 0.6))
  5. b0(t) = 1 / (1 + exp(20 * (t - 0.3))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement