Examples Lynch book
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
304 B

  1. # Dynamical systems examples Lynch
  2. Repository for examples related with book Dynamical system with applications using Python by Stephen Lynch.
  3. # List of examples included
  4. ## Chapter 2
  5. - program 2-a:
  6. - program 2-b:
  7. - program 2-c:
  8. - program 2-d:
  9. - program 2-e: Numerical and truncated series solutions.