Verkauf durch Sack Fachmedien

Linge / Langtangen

Programming for Computations - Python

A Gentle Introduction to Numerical Simulations with Python

Medium: Buch
ISBN: 978-3-319-32427-2
Verlag: Springer-Verlag GmbH
Erscheinungstermin: 08.08.2016
Nicht mehr lieferbar

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.


Produkteigenschaften


  • Artikelnummer: 9783319324272
  • Medium: Buch
  • ISBN: 978-3-319-32427-2
  • Verlag: Springer-Verlag GmbH
  • Erscheinungstermin: 08.08.2016
  • Sprache(n): Englisch
  • Auflage: 1. Auflage 2016
  • Serie: Texts in Computational Science and Engineering
  • Produktform: Gebunden, Book
  • Gewicht: 6148 g
  • Seiten: 232
  • Format (B x H x T): 185 x 264 x 22 mm
  • Ausgabetyp: Kein, Unbekannt
  • Nachauflage: 978-3-030-16876-6
Autoren/Hrsg.

Autoren

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