Books
Python for Chemists
Learning Scientific Programming with Python (2nd edition)
Learning Scientific Programming with Python (1st edition)
Blog
Apps
Contact
Books
Python for Chemists
Learning Scientific Programming with Python (2nd edition)
Learning Scientific Programming with Python (1st edition)
Blog
Apps
Contact
Learning Scientific Programming with Python (2nd edition)
Chapter 10: General Scientific Programming
/
Examples
Examples
E10.1: Numerical stability of the forward-Euler method
E10.2: Numerical stability of an integral solved by recursion
E10.3: Intersecting lines
E10.4: Wilkinson's polynomial
E10.6: Avoiding Magic Numbers: simulating dice rolling
E10.7: Unit testing: converting between temperature units