$$ \newcommand{\Oof}[1]{\mathcal{O}(#1)} \newcommand{\F}{\boldsymbol{F}} \newcommand{\J}{\boldsymbol{J}} \newcommand{\x}{\boldsymbol{x}} \renewcommand{\c}{\boldsymbol{c}} $$

 

 

 

Programming for Computations - A Gentle Introduction to Numerical Simulations with Python

Svein Linge [1, 2]
Hans Petter Langtangen [2, 3]

[1] Department of Process, Energy and Environmental Technology, University College of Southeast Norway
[2] Center for Biomedical Computing, Simula Research Laboratory
[3] Department of Informatics, University of Oslo

This text teaches computer programming as a method for solving mathematical problems. There are two versions of this book, one for the MATLAB and one for Python. While it was inspired by the Springer text TCSE6: A Primer on Scientific Programming with Python (by Langtangen), its exposition is more accessible, simpler, and much shorter and aimed at engineering students. The authors have outlined the shortest possible path from zero knowledge about programming to a set of skills that will allow the students in engineering and science courses to write simple programs for solving common mathematical problems by numerical methods. This text places great emphasis on generic algorithms, clean program designs, function use, and automatic tests for verification.

Feb 29, 2016


Read »