Treffer: Numerical Methods: An Inquiry-Based Approach With Python

Title:
Numerical Methods: An Inquiry-Based Approach With Python
Authors:
Publication Year:
2020
Collection:
Carroll College: Carroll Scholars
Document Type:
Buch book
File Description:
application/pdf
Language:
English
ISBN:
979-86-87369-95-4
Rights:
Attribution-NonCommercial-ShareAlike 3.0 United States ; http://creativecommons.org/licenses/by-nc-sa/3.0/us/
Accession Number:
edsbas.BE60756B
Database:
BASE

Weitere Informationen

This book is an inquiry-based approach to a first semester undergraduate Numerical Methods or Numerical Analysis course. The book covers floating point arithmetic, function approximation via Taylor series, numerical root finding, numerical differentiation and integration, an introduction to computational optimization, several methods from numerical linear algebra, several methods from ordinary differential equations, and an introduction to numerical partial differential equations. As an inquiry-based book this is a not a traditional text with complete exposition. Instead, this book contains collections of exercises that guide the student through the building and analysis of numerical algorithms. A heavy emphasis is put on numerical experimentation instead of mathematical proof. Each chapter ends with collections of challenging exercises and projects. Students are encouraged to work every example and exercise in the book to gain full understanding of the material. The primary programming language for this book is Python with an emphasis on using numpy, matplotlib, and scipy to solve computational problems. The intended student audience is sophomore to junior level STEM majors with a background in Calculus, Linear Algebra, and Differential equations.