1.

Record Nr.

UNINA9910161652303321

Autore

Linge Svein

Titolo

Programming for Computations - Python [[electronic resource] ] : A Gentle Introduction to Numerical Simulations with Python / / by Svein Linge, Hans Petter Langtangen

Pubbl/distr/stampa

Cham, : Springer Nature, 2016

Cham : , : Springer International Publishing : , : Imprint : Springer, , 2016

ISBN

3-319-32428-4

Edizione

[1st ed. 2016.]

Descrizione fisica

1 online resource (XVI, 232 p. 45 illus.)

Collana

Texts in Computational Science and Engineering, , 1611-0994 ; ; 15

Disciplina

004

Soggetti

Computer mathematics

Numerical analysis

Computer software

Computational Science and Engineering

Numeric Computing

Mathematical Software

Numerical Analysis

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Nota di contenuto

Preface -- The first few steps -- Basic constructions -- Computing integrals -- Solving ordinary differential equations -- Solving partial differential equations -- Solving nonlinear algebraic equations -- Getting access to Python -- References -- Index .

Sommario/riassunto

This book presents computer programming as a key method for solving mathematical problems. There are two versions of the book, one for MATLAB and one for Python. The book was inspired by the Springer book TCSE 6: A Primer on Scientific Programming with Python (by Langtangen), but the style is more accessible and concise, in keeping with the needs of engineering students. The book outlines the shortest possible path from no previous experience with programming to a set of skills that allows the students to write simple programs for solving common mathematical problems with numerical methods in engineering and science courses. The emphasis is on generic



algorithms, clean design of programs, use of functions, and automatic tests for verification.