Scientific Computing with Ordinary Differential Equations

Scientific Computing with Ordinary Differential Equations
Author: Peter Deuflhard
Publisher: Springer Science & Business Media
Total Pages: 498
Release: 2012-12-06
Genre: Mathematics
ISBN: 0387215824

Well-known authors; Includes topics and results that have previously not been covered in a book; Uses many interesting examples from science and engineering; Contains numerous homework exercises; Scientific computing is a hot and topical area

Scientific Computing with Mathematica®

Scientific Computing with Mathematica®
Author: Addolorata Marasco
Publisher: Springer Science & Business Media
Total Pages: 278
Release: 2012-12-06
Genre: Mathematics
ISBN: 1461201519

Many interesting behaviors of real physical, biological, economical, and chemical systems can be described by ordinary differential equations (ODEs). Scientific Computing with Mathematica for Ordinary Differential Equations provides a general framework useful for the applications, on the conceptual aspects of the theory of ODEs, as well as a sophisticated use of Mathematica software for the solutions of problems related to ODEs. In particular, a chapter is devoted to the use ODEs and Mathematica in the Dynamics of rigid bodies. Mathematical methods and scientific computation are dealt with jointly to supply a unified presentation. The main problems of ordinary differential equations such as, phase portrait, approximate solutions, periodic orbits, stability, bifurcation, and boundary problems are covered in an integrated fashion with numerous worked examples and computer program demonstrations using Mathematica. Topics and Features:*Explains how to use the Mathematica package ODE.m to support qualitative and quantitative problem solving *End-of- chapter exercise sets incorporating the use of Mathematica programs *Detailed description and explanation of the mathematical procedures underlying the programs written in Mathematica *Appendix describing the use of ten notebooks to guide the reader through all the exercises. This book is an essential text/reference for students, graduates and practitioners in applied mathematics and engineering interested in ODE's problems in both the qualitative and quantitative description of solutions with the Mathematica program. It is also suitable as a self-

Scientific Computing

Scientific Computing
Author: Michael T. Heath
Publisher: SIAM
Total Pages: 587
Release: 2018-11-14
Genre: Science
ISBN: 1611975573

This book differs from traditional numerical analysis texts in that it focuses on the motivation and ideas behind the algorithms presented rather than on detailed analyses of them. It presents a broad overview of methods and software for solving mathematical problems arising in computational modeling and data analysis, including proper problem formulation, selection of effective solution algorithms, and interpretation of results.? In the 20 years since its original publication, the modern, fundamental perspective of this book has aged well, and it continues to be used in the classroom. This Classics edition has been updated to include pointers to Python software and the Chebfun package, expansions on barycentric formulation for Lagrange polynomial interpretation and stochastic methods, and the availability of about 100 interactive educational modules that dynamically illustrate the concepts and algorithms in the book. Scientific Computing: An Introductory Survey, Second Edition is intended as both a textbook and a reference for computationally oriented disciplines that need to solve mathematical problems.

Numerical Methods for Ordinary Differential Equations

Numerical Methods for Ordinary Differential Equations
Author: David F. Griffiths
Publisher: Springer Science & Business Media
Total Pages: 274
Release: 2010-11-11
Genre: Mathematics
ISBN: 0857291483

Numerical Methods for Ordinary Differential Equations is a self-contained introduction to a fundamental field of numerical analysis and scientific computation. Written for undergraduate students with a mathematical background, this book focuses on the analysis of numerical methods without losing sight of the practical nature of the subject. It covers the topics traditionally treated in a first course, but also highlights new and emerging themes. Chapters are broken down into `lecture' sized pieces, motivated and illustrated by numerous theoretical and computational examples. Over 200 exercises are provided and these are starred according to their degree of difficulty. Solutions to all exercises are available to authorized instructors. The book covers key foundation topics: o Taylor series methods o Runge--Kutta methods o Linear multistep methods o Convergence o Stability and a range of modern themes: o Adaptive stepsize selection o Long term dynamics o Modified equations o Geometric integration o Stochastic differential equations The prerequisite of a basic university-level calculus class is assumed, although appropriate background results are also summarized in appendices. A dedicated website for the book containing extra information can be found via www.springer.com

Scientific Computing

Scientific Computing
Author: John A. Trangenstein
Publisher: Springer
Total Pages: 638
Release: 2018-05-14
Genre: Mathematics
ISBN: 3319691058

This is the first of three volumes providing a comprehensive presentation of the fundamentals of scientific computing. This volume discusses basic principles of computation, and fundamental numerical algorithms that will serve as basic tools for the subsequent two volumes. 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 80 examples, 324 exercises, 77 algorithms, 35 interactive JavaScript programs, 391 references to software programs and 4 case studies. 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 an introductory 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 principles of computer languages or numerical linear algebra.

Scientific Computing with Case Studies

Scientific Computing with Case Studies
Author: Dianne P. O'Leary
Publisher: SIAM
Total Pages: 376
Release: 2009-03-19
Genre: Mathematics
ISBN: 0898716667

This book is a practical guide to the numerical solution of linear and nonlinear equations, differential equations, optimization problems, and eigenvalue problems. It treats standard problems and introduces important variants such as sparse systems, differential-algebraic equations, constrained optimization, Monte Carlo simulations, and parametric studies. Stability and error analysis are emphasized, and the Matlab algorithms are grounded in sound principles of software design and understanding of machine arithmetic and memory management. Nineteen case studies provide experience in mathematical modeling and algorithm design, motivated by problems in physics, engineering, epidemiology, chemistry, and biology. The topics included go well beyond the standard first-course syllabus, introducing important problems such as differential-algebraic equations and conic optimization problems, and important solution techniques such as continuation methods. The case studies cover a wide variety of fascinating applications, from modeling the spread of an epidemic to determining truss configurations.

Solving Ordinary Differential Equations I

Solving Ordinary Differential Equations I
Author: Ernst Hairer
Publisher: Springer Science & Business Media
Total Pages: 541
Release: 2008-04-03
Genre: Mathematics
ISBN: 354078862X

This book deals with methods for solving nonstiff ordinary differential equations. The first chapter describes the historical development of the classical theory, and the second chapter includes a modern treatment of Runge-Kutta and extrapolation methods. Chapter three begins with the classical theory of multistep methods, and concludes with the theory of general linear methods. The reader will benefit from many illustrations, a historical and didactic approach, and computer programs which help him/her learn to solve all kinds of ordinary differential equations. This new edition has been rewritten and new material has been included.

Scientific Computing with MATLAB and Octave

Scientific Computing with MATLAB and Octave
Author: Alfio Quarteroni
Publisher: Springer Science & Business Media
Total Pages: 379
Release: 2010-05-30
Genre: Mathematics
ISBN: 3642124305

Preface to the First Edition This textbook is an introduction to Scienti?c Computing. We will illustrate several numerical methods for the computer solution of c- tain classes of mathematical problems that cannot be faced by paper and pencil. We will show how to compute the zeros or the integrals of continuous functions, solve linear systems, approximate functions by polynomials and construct accurate approximations for the solution of di?erential equations. With this aim, in Chapter 1 we will illustrate the rules of the game thatcomputersadoptwhenstoringandoperatingwith realandcomplex numbers, vectors and matrices. In order to make our presentation concrete and appealing we will 1 adopt the programming environment MATLAB as a faithful c- panion. We will gradually discover its principal commands, statements and constructs. We will show how to execute all the algorithms that we introduce throughout the book. This will enable us to furnish an - mediate quantitative assessment of their theoretical properties such as stability, accuracy and complexity. We will solve several problems that will be raisedthrough exercises and examples, often stemming from s- ci?c applications.

Parallel and Sequential Methods for Ordinary Differential Equations

Parallel and Sequential Methods for Ordinary Differential Equations
Author: Kevin Burrage
Publisher: Oxford University Press on Demand
Total Pages: 446
Release: 1995
Genre: History
ISBN: 9780198534327

This book presents an up-to-date exposition of the current `state of the art' of numerical methods for solving ordinary differential equations in a parallel computing environment. Although the main focus is on problems of initial value type, consideration will also be given to boundary valueproblems and partial differential equations. Furthermore, because linear algebra is an important component of the solution of differential equations, a complete chapter is devoted to the parallel solution of linear systems of equations. In addition to presenting an overview of parallel computing ingeneral, two chapters are devoted to a summary of existing sequential differential equation methods. The parallel techniques discussed include parallelism across the method, parallelism across the step, parallelism across the system, and dynamic iteration. The book concludes with a chapter on thebehaviour of a parallel code based on waveform relaxation.This comprehensive book is unique in its content and provides a balance between theoretical and practical issues by providing general frameworks in which to study parallel methods.