Learning Scientific Programming with Python (2nd edition)
Chapter 10: General Scientific Programming
- Examples
-
Questions
- Q10.1.1: The decimal representation of 0.99999...
- Q10.1.2: Evaluating $\sqrt{\tan(\pi)}$
- Q10.1.3: A counter-example to Fermat's Last Theorem(?)
- Q10.1.4: Floating point approximations to two trigonometric functions
- Q10.1.5: Checking for nan without using isnan
- Q10.1.6: Boolean operations with floating point numbers
- Problems