Guest User

Untitled

a guest
Feb 17th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. def ODE(a,b,c,t):
  2.  
  3. f = a*x+b*y
  4. g = c*x+c*d
  5. init_printing(use_unicode=True)
  6. return f,g
Add Comment
Please, Sign In to add comment