Python Programming And Numerical Methods_ A Guide For Engineers And Scientists — Python Numerical Methods
Python Programming And Numerical Methods_ A Guide For Engineers And Scientists — Python Numerical Methods
Table of Contents
This notebook contains an excerpt from the Python Programming and Numerical Methods - A Guide for Engineers and Scientists, the content is also available at
Berkeley Python Numerical Methods.
The copyright of the book belongs to Elsevier. We also have this interactive book online for a better learning experience. The code is released under the MIT
license. If you find this content useful, please consider supporting the work on Elsevier or Amazon!
Table of Contents
PREFACE
Acknowledgment
https://pythonnumericalmethods.berkeley.edu/notebooks/Index.html 1/4
10/7/23, 1:29 PM Python Programming And Numerical Methods: A Guide For Engineers And Scientists — Python Numerical Methods
CHAPTER 3. Functions
3.1 Function Basics
3.2 Local Variables and Global Variables
3.3 Nested Functions
3.4 Lambda Functions
3.5 Functions as Arguments to Functions
3.6 Summary and Problems
CHAPTER 5. Iteration
5.1 For Loops
5.2 While Loops
5.3 Comprehensions
5.4 Summary and Problems
CHAPTER 6. Recursion
6.1 Recursive Functions
6.2 Divide and Conquer
6.3 Summary and Problems
CHAPTER 8. Complexity
8.1 Complexity and Big-O Notation
8.2 Complexity Matters
8.3 The Profiler
8.4 Summary and Problems
https://pythonnumericalmethods.berkeley.edu/notebooks/Index.html 2/4
10/7/23, 1:29 PM Python Programming And Numerical Methods: A Guide For Engineers And Scientists — Python Numerical Methods
Print to PDF
CHAPTER 14. Linear Algebra and Systems of Linear Equations
14.1 Basics of Linear Algebra
14.2 Linear Transformations
14.3 Systems of Linear Equations
14.4 Solutions to Systems of Linear Equations
14.5 Solve Systems of Linear Equations in Python
14.6 Matrix Inversion
14.7 Summary and Problems
https://pythonnumericalmethods.berkeley.edu/notebooks/Index.html 3/4
10/7/23, 1:29 PM Python Programming And Numerical Methods: A Guide For Engineers And Scientists — Python Numerical Methods
Appendix A. Getting-Started-with-Python-Windows
© Copyright 2020.
https://pythonnumericalmethods.berkeley.edu/notebooks/Index.html 4/4