Cantitate/Preț
Produs

Programming for Computations - Python: A Gentle Introduction to Numerical Simulations with Python: Texts in Computational Science and Engineering, cartea 15

Autor Svein Linge, Hans Petter Langtangen
en Limba Engleză Paperback – 31 mai 2018
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.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 40624 lei  43-57 zile
  Springer International Publishing – 31 mai 2018 40624 lei  43-57 zile
Hardback (1) 42233 lei  43-57 zile
  Springer International Publishing – 11 noi 2019 42233 lei  43-57 zile

Din seria Texts in Computational Science and Engineering

Preț: 40624 lei

Puncte Express: 609

Preț estimativ în valută:
7192 8374$ 6248£

Carte tipărită la comandă

Livrare economică 23 februarie-09 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9783319812823
ISBN-10: 3319812823
Pagini: 232
Ilustrații: XVI, 232 p. 45 illus.
Dimensiuni: 178 x 254 x 18 mm
Greutate: 0.44 kg
Ediția:Softcover reprint of the original 1st ed. 2016
Editura: Springer International Publishing
Colecția Springer
Seria Texts in Computational Science and Engineering

Locul publicării:Cham, Switzerland

Cuprins

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  

Recenzii

“The book uses programming to impart a deeper understanding of the pragmatic meaning of some of the mathematics most frequently used in engineering and the sciences. … This very good introductory textbook could be used in a variety of courses. A motivated reader with knowledge of calculus could easily use it for self-study. I highly recommend it.” (David Naugler, Computing Reviews, February, 2017)
“This book is intended for novice programmers, especially students, teachers, engineers and scientists from areas related to mathematics and numerical mathematics. … each treated concept is illustrated and explained in detail by means of working examples. On the basis of exercises, the reader is given the opportunity to deepen acquired knowledge. … The clear presentation and the large number of concrete examples, often with a graphical output, make this book ideally suited for self-study and ensures a quick success.” (Stefan Meyer, zbMATH 1350.68003, 2017)

Notă biografică


Svein Linge is a professor of modelling and simulation at the University College of Southeast Norway and holds a Dr. Scient. degree in biomechanics from the Norwegian School of Sport Sciences. He works part-time at a Norwegian Center of Excellence: "Center for Biomedical Computing", at Simula Research Laboratory, to which he has been linked for the last 13 years. His main research interests includes cerebrospinal fluid dynamics, cardiac electro-mechanics and sport biomechanics. Over the last decade, Linge has been particularly engaged in reforming the engineering education in mathematics and physics to take advantage of computer programming and simulation.
Hans Petter Langtangen is a professor of computer science at the University of Oslo. He has formerly been a professor of mechanics and is now the director of a Norwegian Center of Excellence: "Center for Biomedical Computing", at Simula Research Laboratory. Langtangen haspublished over 100 scientific publications and written several books, including papers and the bestseller TCSE 6 "A Primer on Scientific Programming with Python", now in its 5th edition. He has also developed open source and commercial software systems for computational sciences.

Textul de pe ultima copertă

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.

Caracteristici

Easy-to-read text offering a gentle introduction to the necessary mathematics and computer science concepts Focuses on explaining all details of how to construct programs to solve mathematical problems Further emphasizes verification procedures and how to embed them in automatic test frameworks Includes supplementary material: sn.pub/extras