An Introduction to Scientific Computing : Fifteen Computational Projects Solved with MATLAB
โ Scribed by Ionut Danaila; Pascal Joly; Sidi Mahmoud Kaber; Marie Postel
- Publisher
- Springer International Publishing
- Year
- 2023
- Tongue
- English
- Leaves
- 379
- Edition
- 2
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
This book demonstrates scientific computing by presenting twelve computational projects spanning a broad spectrum of disciplines including Fluid Mechanics, Chemistry, Elasticity, Thermal Science, Computer Aided Design, Signal and Image Processing and more. Each project guides the reader through typical steps of scientific computing, from physical and mathematical description of the problem, to numerical formulation and programming and finally to critical discussion of results. The text teaches practical computational methods which are not usually available in basic textbooks: numerical checking of accuracy or stability, choice of boundary conditions, effective solving of linear systems, comparison to exact solutions and more. Programming techniques such as vectorial programming and memory storage optimization are addressed, and chapter-ending references form a guide for further reading. The final section of each project contains the solutions to proposed exercises and guides the reader in using the MATLAB scripts available online.
We conclude by saying a few words about the programs provided in this book. They are written in MATLAB, a widely used software environment for scientific computing produced by The MathWorks Inc. We consider that an interpreted language (such as MATLAB, SCILAB, and OCTAVE) is the ideal framework to start a scientific programming activity. Debugging is very simple and the wide variety of available numerical tools (for solving linear systems, integrating ordinary differential equations, etc.) allows one to concentrate on the main features of the resolution algorithm. The highly versatile graphical interface is also very important for easy visualization of the obtained results.
Our programs are written with a general concern for simplicity and efficiency on ordinary personal computers; program lines are commented in what we hope is sufficient detail for the reader to follow mathematical developments. Programming tricks are discussed in the text when they seem to be of general interest. Projects 11 and 12 are also provided with more elaborate versions of the programs, using interactive graphical user interfaces. The reader should try to modify these programs to test different suggested run cases or extensions of the projects. We believe that experience with these simple programs will be valuable in writing numerical codes using compiled languages (such as Fortran, C, or C++) to solve real industrial problems on mainframe computers.
โฆ Table of Contents
Cover
Front Matter
1. Numerical Approximation of Model Partial Differential Equations
2. Nonlinear Differential Equations: Application to Chemical Kinetics
3. Fourier Approximation
4. Polynomial Approximation
5. Solving an AdvectionโDiffusion Equation by a Finite Element Method
6. Solving a Differential Equation by a Legendre Spectral Method
7. High-order finite difference methods
8. Signal Processing: Multiresolution Analysis
9. Elasticity: Elastic Deformation of a Thin Plate
10. Domain Decomposition Using a Schwarz Method
11. Geometrical Design: Bรฉzier Curves and Surfaces
12. Gas Dynamics: The Riemann Problem and Discontinuous Solutions: Application to the Shock Tube Problem
13. Optimization Applied to Model Fitting
14. Thermal Engineering: Optimization of an Industrial Furnace
15. Fluid Dynamics: Solving the 2D NavierโStokes Equations
Back Matter
๐ SIMILAR VOLUMES
This book demonstrates scientific computing by presenting twelve computational projects in several disciplines including Fluid Mechanics, Thermal Science, Computer Aided Design, Signal Processing and more. Each follows typical steps of scientific computing, from physical and mathematical description
<p><P>This book provides twelve computational projects aimed at numerically solving problems from a broad range of applications including Fluid Mechanics, Chemistry, Elasticity, Thermal Science, Computer Aided Design, Signal and Image Processing. For each project the reader is guided through the typ
This book provides twelve computational projects aimed at numerically solving problems from a broad range of applications including fluid mechanics, chemistry, elasticity, thermal science, computer aided design, and signal and image processing. For each project the reader is guided through the typic
<p><span>This textbook is written for the first introductory course on scientific computing. It covers elementary numerical methods for linear systems, root finding, interpolation, numerical integration, numerical differentiation, least squares problems, initial value problems and boundary value pro