Finite Difference Computing with Exponential Decay Models

Finite Difference Computing with Exponential Decay Models

Author: Hans Petter Langtangen

Publisher: Springer

Published: 2016-06-10

Total Pages: 210

ISBN-13: 3319294393

DOWNLOAD EBOOK

This text provides a very simple, initial introduction to the complete scientific computing pipeline: models, discretization, algorithms, programming, verification, and visualization. The pedagogical strategy is to use one case study – an ordinary differential equation describing exponential decay processes – to illustrate fundamental concepts in mathematics and computer science. The book is easy to read and only requires a command of one-variable calculus and some very basic knowledge about computer programming. Contrary to similar texts on numerical methods and programming, this text has a much stronger focus on implementation and teaches testing and software engineering in particular.


Book Synopsis Finite Difference Computing with Exponential Decay Models by : Hans Petter Langtangen

Download or read book Finite Difference Computing with Exponential Decay Models written by Hans Petter Langtangen and published by Springer. This book was released on 2016-06-10 with total page 210 pages. Available in PDF, EPUB and Kindle. Book excerpt: This text provides a very simple, initial introduction to the complete scientific computing pipeline: models, discretization, algorithms, programming, verification, and visualization. The pedagogical strategy is to use one case study – an ordinary differential equation describing exponential decay processes – to illustrate fundamental concepts in mathematics and computer science. The book is easy to read and only requires a command of one-variable calculus and some very basic knowledge about computer programming. Contrary to similar texts on numerical methods and programming, this text has a much stronger focus on implementation and teaches testing and software engineering in particular.


Finite Difference Computing with PDEs

Finite Difference Computing with PDEs

Author: Hans Petter Langtangen

Publisher: Springer

Published: 2017-06-21

Total Pages: 522

ISBN-13: 3319554565

DOWNLOAD EBOOK

This book is open access under a CC BY 4.0 license. This easy-to-read book introduces the basics of solving partial differential equations by means of finite difference methods. Unlike many of the traditional academic works on the topic, this book was written for practitioners. Accordingly, it especially addresses: the construction of finite difference schemes, formulation and implementation of algorithms, verification of implementations, analyses of physical behavior as implied by the numerical solutions, and how to apply the methods and software to solve problems in the fields of physics and biology.


Book Synopsis Finite Difference Computing with PDEs by : Hans Petter Langtangen

Download or read book Finite Difference Computing with PDEs written by Hans Petter Langtangen and published by Springer. This book was released on 2017-06-21 with total page 522 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book is open access under a CC BY 4.0 license. This easy-to-read book introduces the basics of solving partial differential equations by means of finite difference methods. Unlike many of the traditional academic works on the topic, this book was written for practitioners. Accordingly, it especially addresses: the construction of finite difference schemes, formulation and implementation of algorithms, verification of implementations, analyses of physical behavior as implied by the numerical solutions, and how to apply the methods and software to solve problems in the fields of physics and biology.


Introduction to Numerical Methods for Variational Problems

Introduction to Numerical Methods for Variational Problems

Author: Hans Petter Langtangen

Publisher: Springer Nature

Published: 2019-09-26

Total Pages: 395

ISBN-13: 3030237885

DOWNLOAD EBOOK

This textbook teaches finite element methods from a computational point of view. It focuses on how to develop flexible computer programs with Python, a programming language in which a combination of symbolic and numerical tools is used to achieve an explicit and practical derivation of finite element algorithms. The finite element library FEniCS is used throughout the book, but the content is provided in sufficient detail to ensure that students with less mathematical background or mixed programming-language experience will equally benefit. All program examples are available on the Internet.


Book Synopsis Introduction to Numerical Methods for Variational Problems by : Hans Petter Langtangen

Download or read book Introduction to Numerical Methods for Variational Problems written by Hans Petter Langtangen and published by Springer Nature. This book was released on 2019-09-26 with total page 395 pages. Available in PDF, EPUB and Kindle. Book excerpt: This textbook teaches finite element methods from a computational point of view. It focuses on how to develop flexible computer programs with Python, a programming language in which a combination of symbolic and numerical tools is used to achieve an explicit and practical derivation of finite element algorithms. The finite element library FEniCS is used throughout the book, but the content is provided in sufficient detail to ensure that students with less mathematical background or mixed programming-language experience will equally benefit. All program examples are available on the Internet.


Scaling of Differential Equations

Scaling of Differential Equations

Author: Hans Petter Langtangen

Publisher: Springer

Published: 2016-06-15

Total Pages: 149

ISBN-13: 3319327267

DOWNLOAD EBOOK

The book serves both as a reference for various scaled models with corresponding dimensionless numbers, and as a resource for learning the art of scaling. A special feature of the book is the emphasis on how to create software for scaled models, based on existing software for unscaled models. Scaling (or non-dimensionalization) is a mathematical technique that greatly simplifies the setting of input parameters in numerical simulations. Moreover, scaling enhances the understanding of how different physical processes interact in a differential equation model. Compared to the existing literature, where the topic of scaling is frequently encountered, but very often in only a brief and shallow setting, the present book gives much more thorough explanations of how to reason about finding the right scales. This process is highly problem dependent, and therefore the book features a lot of worked examples, from very simple ODEs to systems of PDEs, especially from fluid mechanics. The text is easily accessible and example-driven. The first part on ODEs fits even a lower undergraduate level, while the most advanced multiphysics fluid mechanics examples target the graduate level. The scientific literature is full of scaled models, but in most of the cases, the scales are just stated without thorough mathematical reasoning. This book explains how the scales are found mathematically. This book will be a valuable read for anyone doing numerical simulations based on ordinary or partial differential equations.


Book Synopsis Scaling of Differential Equations by : Hans Petter Langtangen

Download or read book Scaling of Differential Equations written by Hans Petter Langtangen and published by Springer. This book was released on 2016-06-15 with total page 149 pages. Available in PDF, EPUB and Kindle. Book excerpt: The book serves both as a reference for various scaled models with corresponding dimensionless numbers, and as a resource for learning the art of scaling. A special feature of the book is the emphasis on how to create software for scaled models, based on existing software for unscaled models. Scaling (or non-dimensionalization) is a mathematical technique that greatly simplifies the setting of input parameters in numerical simulations. Moreover, scaling enhances the understanding of how different physical processes interact in a differential equation model. Compared to the existing literature, where the topic of scaling is frequently encountered, but very often in only a brief and shallow setting, the present book gives much more thorough explanations of how to reason about finding the right scales. This process is highly problem dependent, and therefore the book features a lot of worked examples, from very simple ODEs to systems of PDEs, especially from fluid mechanics. The text is easily accessible and example-driven. The first part on ODEs fits even a lower undergraduate level, while the most advanced multiphysics fluid mechanics examples target the graduate level. The scientific literature is full of scaled models, but in most of the cases, the scales are just stated without thorough mathematical reasoning. This book explains how the scales are found mathematically. This book will be a valuable read for anyone doing numerical simulations based on ordinary or partial differential equations.


Programming for Computations - Python

Programming for Computations - Python

Author: Svein Linge

Publisher: Springer Nature

Published: 2019-10-30

Total Pages: 350

ISBN-13: 3030168778

DOWNLOAD EBOOK

This book is published open access under a CC BY 4.0 license. This book presents computer programming as a key method for solving mathematical problems. This second edition of the well-received book has been extensively revised: All code is now written in Python version 3.6 (no longer version 2.7). In addition, the two first chapters of the previous edition have been extended and split up into five new chapters, thus expanding the introduction to programming from 50 to 150 pages. Throughout the book, the explanations provided are now more detailed, previous examples have been modified, and new sections, examples and exercises have been added. Also, a number of small errors have been corrected. The book was inspired by the Springer book TCSE 6: A Primer on Scientific Programming with Python (by Langtangen), but the style employed 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 students to write simple programs for solving common mathematical problems with numerical methods in the context of engineering and science courses. The emphasis is on generic algorithms, clean program design, the use of functions, and automatic tests for verification.


Book Synopsis Programming for Computations - Python by : Svein Linge

Download or read book Programming for Computations - Python written by Svein Linge and published by Springer Nature. This book was released on 2019-10-30 with total page 350 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book is published open access under a CC BY 4.0 license. This book presents computer programming as a key method for solving mathematical problems. This second edition of the well-received book has been extensively revised: All code is now written in Python version 3.6 (no longer version 2.7). In addition, the two first chapters of the previous edition have been extended and split up into five new chapters, thus expanding the introduction to programming from 50 to 150 pages. Throughout the book, the explanations provided are now more detailed, previous examples have been modified, and new sections, examples and exercises have been added. Also, a number of small errors have been corrected. The book was inspired by the Springer book TCSE 6: A Primer on Scientific Programming with Python (by Langtangen), but the style employed 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 students to write simple programs for solving common mathematical problems with numerical methods in the context of engineering and science courses. The emphasis is on generic algorithms, clean program design, the use of functions, and automatic tests for verification.


Physical Processes in Clouds and Cloud Modeling

Physical Processes in Clouds and Cloud Modeling

Author: Alexander P. Khain

Publisher: Cambridge University Press

Published: 2018-07-05

Total Pages: 643

ISBN-13: 0521767431

DOWNLOAD EBOOK

Provides a comprehensive analysis of modern theories of cloud microphysical processes and their representation in numerical cloud models.


Book Synopsis Physical Processes in Clouds and Cloud Modeling by : Alexander P. Khain

Download or read book Physical Processes in Clouds and Cloud Modeling written by Alexander P. Khain and published by Cambridge University Press. This book was released on 2018-07-05 with total page 643 pages. Available in PDF, EPUB and Kindle. Book excerpt: Provides a comprehensive analysis of modern theories of cloud microphysical processes and their representation in numerical cloud models.


Programming for Computations - Python

Programming for Computations - Python

Author: Svein Linge

Publisher: Springer

Published: 2016-07-25

Total Pages: 244

ISBN-13: 3319324284

DOWNLOAD EBOOK

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.


Book Synopsis Programming for Computations - Python by : Svein Linge

Download or read book Programming for Computations - Python written by Svein Linge and published by Springer. This book was released on 2016-07-25 with total page 244 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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.


Python Scripting for Computational Science

Python Scripting for Computational Science

Author: Hans Petter Langtangen

Publisher: Springer Science & Business Media

Published: 2013-03-14

Total Pages: 743

ISBN-13: 3662054507

DOWNLOAD EBOOK

Scripting with Python makes you productive and increases the reliability of your scientific work. Here, the author teaches you how to develop tailored, flexible, and efficient working environments built from small programs (scripts) written in Python. The focus is on examples and applications of relevance to computational science: gluing existing applications and tools, e.g. for automating simulation, data analysis, and visualization; steering simulations and computational experiments; equipping programs with graphical user interfaces; making computational Web services; creating interactive interfaces with a Maple/Matlab-like syntax to numerical applications in C/C++ or Fortran; and building flexible object-oriented programming interfaces to existing C/C++ or Fortran libraries.


Book Synopsis Python Scripting for Computational Science by : Hans Petter Langtangen

Download or read book Python Scripting for Computational Science written by Hans Petter Langtangen and published by Springer Science & Business Media. This book was released on 2013-03-14 with total page 743 pages. Available in PDF, EPUB and Kindle. Book excerpt: Scripting with Python makes you productive and increases the reliability of your scientific work. Here, the author teaches you how to develop tailored, flexible, and efficient working environments built from small programs (scripts) written in Python. The focus is on examples and applications of relevance to computational science: gluing existing applications and tools, e.g. for automating simulation, data analysis, and visualization; steering simulations and computational experiments; equipping programs with graphical user interfaces; making computational Web services; creating interactive interfaces with a Maple/Matlab-like syntax to numerical applications in C/C++ or Fortran; and building flexible object-oriented programming interfaces to existing C/C++ or Fortran libraries.


Scientific Computing

Scientific Computing

Author: John A. Trangenstein

Publisher: Springer

Published: 2018-05-14

Total Pages: 600

ISBN-13: 3319691074

DOWNLOAD EBOOK

This is the second of three volumes providing a comprehensive presentation of the fundamentals of scientific computing. This volume discusses more advanced topics than volume one, and is largely not a prerequisite for volume three. This book and its companions show how to determine the quality of computational results, and how to measure the relative efficiency of competing methods. Readers learn how to determine the maximum attainable accuracy of algorithms, and how to select the best method for computing problems. This book also discusses programming in several languages, including C++, Fortran and MATLAB. There are 49 examples, 110 exercises, 66 algorithms, 24 interactive JavaScript programs, 77 references to software programs and 1 case study. Topics are introduced with goals, literature references and links to public software. There are descriptions of the current algorithms in LAPACK, GSLIB and MATLAB. This book could be used for a second course in numerical methods, for either upper level undergraduates or first year graduate students. Parts of the text could be used for specialized courses, such as nonlinear optimization or iterative linear algebra.


Book Synopsis Scientific Computing by : John A. Trangenstein

Download or read book Scientific Computing written by John A. Trangenstein and published by Springer. This book was released on 2018-05-14 with total page 600 pages. Available in PDF, EPUB and Kindle. Book excerpt: This is the second of three volumes providing a comprehensive presentation of the fundamentals of scientific computing. This volume discusses more advanced topics than volume one, and is largely not a prerequisite for volume three. This book and its companions show how to determine the quality of computational results, and how to measure the relative efficiency of competing methods. Readers learn how to determine the maximum attainable accuracy of algorithms, and how to select the best method for computing problems. This book also discusses programming in several languages, including C++, Fortran and MATLAB. There are 49 examples, 110 exercises, 66 algorithms, 24 interactive JavaScript programs, 77 references to software programs and 1 case study. Topics are introduced with goals, literature references and links to public software. There are descriptions of the current algorithms in LAPACK, GSLIB and MATLAB. This book could be used for a second course in numerical methods, for either upper level undergraduates or first year graduate students. Parts of the text could be used for specialized courses, such as nonlinear optimization or iterative linear algebra.


Multiscale Models in Mechano and Tumor Biology

Multiscale Models in Mechano and Tumor Biology

Author: Alf Gerisch

Publisher: Springer

Published: 2018-03-16

Total Pages: 195

ISBN-13: 3319733710

DOWNLOAD EBOOK

This book presents and discusses the state of the art and future perspectives in mathematical modeling and homogenization techniques with the focus on addressing key physiological issues in the context of multiphase healthy and malignant biological materials. The highly interdisciplinary content brings together contributions from scientists with complementary areas of expertise, such as pure and applied mathematicians, engineers, and biophysicists. The book also features the lecture notes from a half-day introductory course on asymptotic homogenization. These notes are suitable for undergraduate mathematics or physics students, while the other chapters are aimed at graduate students and researchers.


Book Synopsis Multiscale Models in Mechano and Tumor Biology by : Alf Gerisch

Download or read book Multiscale Models in Mechano and Tumor Biology written by Alf Gerisch and published by Springer. This book was released on 2018-03-16 with total page 195 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book presents and discusses the state of the art and future perspectives in mathematical modeling and homogenization techniques with the focus on addressing key physiological issues in the context of multiphase healthy and malignant biological materials. The highly interdisciplinary content brings together contributions from scientists with complementary areas of expertise, such as pure and applied mathematicians, engineers, and biophysicists. The book also features the lecture notes from a half-day introductory course on asymptotic homogenization. These notes are suitable for undergraduate mathematics or physics students, while the other chapters are aimed at graduate students and researchers.