Boca Raton: CRC Press, 2020. — 348 p. — ISBN: 0367076691.
Practical Numerical and Scientific Computing with MatLAB and Python concentrates on the practical aspects of
numerical analysis and
linear and non-linear programming. It discusses the methods for solving different types of mathematical problems using MatLAB and Python. Although the book focuses on the approximation problem rather than on error analysis of mathematical problems, it provides practical ways to calculate
errors.
The book is divided into
three parts, covering
topics in numerical linear algebra, methods of interpolation, numerical differentiation and integration, solutions of differential equations, linear and non-linear programming problems, and optimal control problems.
This book has the following advantages:
It adopts the programming languages, MatLAB and Python, which are
widely used among academics, scientists, and engineers, for ease of use and contain many libraries covering many scientific and engineering fields.
It contains topics that are rarely found in other numerical analysis books, such as i
ll-conditioned linear systems and methods of
regularization to stabilize their solutions,
nonstandard finite differences methods for solutions of ordinary differential equations, and the computations of the
optimal controls. It provides a practical explanation of how to apply these topics using MatLAB and Python.
It discusses software libraries to solve mathematical problems, such as software
Gekko, pulp, and pyomo.These libraries use Python for solutions to
differential equations and
static and dynamic optimization problems.
Most programs in the book can be applied in versions prior to MatLAB 2017b and Python 3.7.4 without the need to modify these programs.
This book is aimed at
newcomers and middle-level students, as well as members of the scientific community who are interested in solving math problems using MatLAB or Python.
True PDFSolving Linear Systems Using Direct Methods
Solving Linear Systems with Iterative and Least Squares Methods
ILL-Conditioning and Regularization Techniques in Solutions of Linear Systems
Solving a System of Nonlinear Equations
Data Interpolation
Numerical Differentiation and Integration
Solving Systems of Nonlinear Ordinary Differential Equations
Nonstandard Finite Difference Methods for Solving ODEs
Solving Optimization Problems: Linear and Quadratic Programming
Solving Optimization Problems: Nonlinear Programming
Solving Optimal Control Problems