Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Fundamentals of Numerical Computation

Posted By: l3ivo
Fundamentals of Numerical Computation

Tobin A. Driscoll, Richard J. Braun, "Fundamentals of Numerical Computation"
English | 2017 | ISBN: 1611975077 | 559 pages | PDF (scan) | 279 MB

If mathematical modeling is the process of turning real phenomena into mathematical abstractions, then numerical computation is largely about the transformation from abstract mathematics to concrete reality. Many science and engineering disciplines have long benefited from the tremendous value of the correspondence between quantitative information and mathematical manipulation. -from the Preface
Fundamentals of Numerical Computation is an advanced undergraduate-level introduction to the mathematics and use of algorithms for the fundamental problems of numerical computation: linear algebra, finding roots, approximating data and functions, and solving differential equations. The book is organized with simpler methods in the first half and more advanced methods in the second half, allowing use for either a single course or a sequence of two courses. The authors take readers from basic to advanced methods, illustrating them with over 200 self-contained MATLAB functions and examples designed for those with no prior MATLAB experience. Although the text provides many examples, exercises, and illustrations, the aim of the authors is not to provide a cookbook per se, but rather an exploration of the principles of cooking.

Professors Driscoll and Braun have developed an online resource that includes well-tested materials related to every chapter. Among these materials are lecture-related slides and videos, ideas for student projects, laboratory exercises, computational examples and scripts, and all the functions presented in the book.

The authors describe their goals and intentions for the book in specific terms: Our guiding point of view is that the student users of the book are far more likely to apply and remix fundamental computational algorithms than to reinvent them. We want to prepare them for more advanced courses in numerical analysis, but we place a higher priority on conveying foundational skills in scientific computation. Accordingly, we emphasize knowing how to cast a problem into a form that can be coded and solved, tradeoffs between different methods for a problem, and assessing the correctness and convergence of the results. We do not, however, make much of an issue of optimizing the speed of implementations, except when orders of magnitude are in play, nor do we discuss parallelism.

Above all, we emphasize linear algebra. Linear algebra is the lingua franca of scientific computing a fact in no small measure established and affirmed by MATLAB over more than three decades."