Details

Computing for Numerical Methods Using Visual C++


Computing for Numerical Methods Using Visual C++


1. Aufl.

von: Shaharuddin Salleh, Albert Y. Zomaya, Sakhinah A. Bakar

138,99 €

Verlag: Wiley
Format: PDF
Veröffentl.: 14.12.2007
ISBN/EAN: 9780470192627
Sprache: englisch
Anzahl Seiten: 472

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

A visual, interdisciplinary approach to solving problems in numerical methods <p>Computing for Numerical Methods Using Visual C++ fills the need for a complete, authoritative book on the visual solutions to problems in numerical methods using C++. In an age of boundless research, there is a need for a programming language that can successfully bridge the communication gap between a problem and its computing elements through the use of visual-ization for engineers and members of varying disciplines, such as biologists, medical doctors, mathematicians, economists, and politicians. This book takes an interdisciplinary approach to the subject and demonstrates how solving problems in numerical methods using C++ is dominant and practical for implementation due to its flexible language format, object-oriented methodology, and support for high numerical precisions.</p> <p>In an accessible, easy-to-follow style, the authors cover:</p> <ul> <li> <p>Numerical modeling using C++</p> </li> <li> <p>Fundamental mathematical tools</p> </li> <li> <p>MFC interfaces</p> </li> <li> <p>Curve visualization</p> </li> <li> <p>Systems of linear equations</p> </li> <li> <p>Nonlinear equations</p> </li> <li> <p>Interpolation and approximation</p> </li> <li> <p>Differentiation and integration</p> </li> <li> <p>Eigenvalues and Eigenvectors</p> </li> <li> <p>Ordinary differential equations</p> </li> <li> <p>Partial differential equations</p> </li> </ul> <p>This reader-friendly book includes a companion Web site, giving readers free access to all of the codes discussed in the book as well as an equation parser called "MyParser" that can be used to develop various numerical applications on Windows. Computing for Numerical Methods Using Visual C++ serves as an excellent reference for students in upper undergraduate- and graduate-level courses in engineering, science, and mathematics. It is also an ideal resource for practitioners using Microsoft Visual C++.</p>
<b>Chapter 1: Overview of C++.</b> <p>Language style and organization.</p> <p>Data types, variables.</p> <p>Loops and branches.</p> <p>Array, pointer, function, structure.</p> <p>Classes and objects.</p> <p>Inheritance, polymorphism, encapsulation.</p> <p>Complexity analysis.</p> <p><b>Chapter 2: Visual C++ Methods.</b></p> <p>MFC library .</p> <p>Fundamental interface tools.</p> <p>Text displays.</p> <p>Graphics and images.</p> <p>Writing the first program.</p> <p><b>Chapter 3: Fundamental Mathematical Tools.</b></p> <p>C++ for High-Performance Computing.</p> <p>Dynamic memory allocation.</p> <p>Allocation for one-dimensional arrays.</p> <p>Allocation for higher-dimensional arrays.</p> <p>Case Study: Matrix multiplication problem.</p> <p>Matrix elimination problems.</p> <p>Vector and matrix norms.</p> <p>Row operations.</p> <p>Matrix reduction to triangular form.</p> <p>Computing the determinant of a matrix.</p> <p>Computing the inverse of a matrix.</p> <p>Matrix algebra.</p> <p>Data passing between functions.</p> <p>Matrix addition and subtraction.</p> <p>Matrix multiplication.</p> <p>Matrix inverse.</p> <p>Putting the pieces together.</p> <p>Algebra of complex numbers.</p> <p>Addition and subtraction.</p> <p>Multiplication.</p> <p>Conjugate.</p> <p>Division.</p> <p>Inverse of a complex number.</p> <p>Putting the pieces together.</p> <p>Number Sorting.</p> <p>Programming Exercises.</p> <p><b>Chapter 4: System of Linear Equations.</b></p> <p>Systems of Linear Systems.</p> <p>Existence of Solutions.</p> <p>Elimination Techniques.</p> <p>Gauss Elimination Method.</p> <p>Gauss Elimination with Partial Pivoting.</p> <p>Gauss-Jordan Method.</p> <p>LU Factorization Techniques.</p> <p>Crout Method.</p> <p>Doolittle Method.</p> <p>Cholesky Method.</p> <p>Thomas Algorithm.</p> <p>Iterative Techniques.</p> <p>Jacobi Method.</p> <p>Gauss-Seidel Method.</p> <p>Visual C++ Solution Interface.</p> <p>Summary.</p> <p>Programming Exercises.</p> <p><b>Chapter 5: Nonlinear Equations.</b></p> <p>Iterative methods: convergence, stability.</p> <p>Background: existence of solution, MVT, errors, etc..</p> <p>Bisection method.</p> <p>False-point position method.</p> <p>Newton method.</p> <p>Secant method.</p> <p>Fixed-point iterative method.</p> <p>Visual C++ Solution Interface.</p> <p>Summary.</p> <p>Programming Exercises.</p> <p><b>Chapter 6: Interpolation and Approximation.</b></p> <p>Concepts, existence, stability.</p> <p>Lagrange.</p> <p>Newton methods: forward, backward.</p> <p>Stirling method.</p> <p>Cubic spline interpolation.</p> <p>Least-square approximation.</p> <p>Visual C++ Solution Interface.</p> <p>Summary.</p> <p>Programming Exercises.</p> <p><b>Chapter 7: Differentiation and Integration.</b></p> <p>Taylor series.</p> <p>Newton methods (forward, backward, central).</p> <p>Trapezium method.</p> <p>Simpson method.</p> <p>Simpson 3/8 method.</p> <p>Gauss quadrature.</p> <p>Visual C++ Solution Interface.</p> <p>Summary.</p> <p>Programming Exercises.</p> <p><b>Chapter 8: Eigenvalues and Eigenvectors.</b></p> <p>Characteristic polynomials.</p> <p>Power method.</p> <p>Power method with shifting.</p> <p>Visual C++ Solution Interface.</p> <p>Summary.</p> <p>Programming Exercises.</p> <p><b>Chapter 9: Ordinary Differential Equations.</b></p> <p>Existence, uniqueness, stability, convergence.</p> <p>IVP: Taylor method.</p> <p>Euler method.</p> <p>Runge-Kutta of order 2 method.</p> <p>Runge-Kutta of order 4 method.</p> <p>Higher dimensional orders.</p> <p>Multistep methods: Adams-Bashforth method.</p> <p>Boundary Value Problems: finite-difference method.</p> <p>Visual C++ Solution Interface.</p> <p>Summary.</p> <p>Programming Exercises.</p> <p><b>Chapter 10: Partial Differential Equations.</b></p> <p>Existence, uniqueness, stability, convergence.</p> <p>Elliptic problem: Laplace equation.</p> <p>Elliptic problem: Poisson equation.</p> <p>Parabolic problem: heat equation.</p> <p>Hyperbolic problem: wave equation.</p> <p>Visual C++ Solution Interface.</p> <p>Summary.</p> <p>Programming Exercises.</p> <p><b>Chapter 11: Finite Element Methods.</b></p> <p>One-dimensional heat problem.</p> <p>Linear approximation.</p> <p>Quadratic approximation.</p> <p>Two-dimensional problem: triangulation method.</p> <p>Visual C++ Solution Interface.</p> <p>Summary.</p> <p>Programming Exercises.</p>
"The clarity of the book is excellent." (<i>CHOICE</i>, May 2008)
<p>Shaharuddin Salleh, PhD, is Professor in Computational Mathematics, Faculty of Science (Mathematics), Universiti Teknologi, Malaysia (UTM). Dr. Salleh's research is in parallel computing algorithms and scheduling, mobile computing, intelligent systems, and numerical/combinatorial optimization problems. He is also an IT Manager at the Research Management Centre, UTM.</p> <p>Albert Y. Zomaya, PhD, is the Head of School and CISCO Systems Chair Professor of Internetworking in the School of Information Technologies at the University of Sydney. He is the author or coauthor of several books and more than 300 publications. He is an IEEE Fellow.</p> <p>Sakhinah Abu Bakar is Lecturer in Computational Mathematics at the School of Mathematical Sciences, Faculty of Science and Technology, National University of Malaysia. She is currently pursuing her PhD degree at the University of Sydney.</p>
<p>A visual, interdisciplinary approach to solving problems in numerical methods</p> <p>Computing for Numerical Methods Using Visual C++ fills the need for a complete, authoritative book on the visual solutions to problems in numerical methods using C++. In an age of boundless research, there is a need for a programming language that can successfully bridge the communication gap between a problem and its computing elements through the use of visual-ization for engineers and members of varying disciplines, such as biologists, medical doctors, mathematicians, economists, and politicians. This book takes an interdisciplinary approach to the subject and demonstrates how solving problems in numerical methods using C++ is dominant and practical for implementation due to its flexible language format, object-oriented methodology, and support for high numerical precisions.</p> <p>In an accessible, easy-to-follow style, the authors cover:</p> <ul> <li> <p>Numerical modeling using C++</p> </li> <li> <p>Fundamental mathematical tools</p> </li> <li> <p>MFC interfaces</p> </li> <li> <p>Curve visualization</p> </li> <li> <p>Systems of linear equations</p> </li> <li> <p>Nonlinear equations</p> </li> <li> <p>Interpolation and approximation</p> </li> <li> <p>Differentiation and integration</p> </li> <li> <p>Eigenvalues and Eigenvectors</p> </li> <li> <p>Ordinary differential equations</p> </li> <li> <p>Partial differential equations</p> </li> </ul> <p>This reader-friendly book includes a companion Web site, giving readers free access to all of the codes discussed in the book as well as an equation parser called "MyParser" that can be used to develop various numerical applications on Windows. Computing for Numerical Methods Using Visual C++ serves as an excellent reference for students in upper undergraduate- and graduate-level courses in engineering, science, and mathematics. It is also an ideal resource for practitioners using Microsoft Visual C++.</p>

Diese Produkte könnten Sie auch interessieren:

Bandwidth Efficient Coding
Bandwidth Efficient Coding
von: John B. Anderson
EPUB ebook
114,99 €
Digital Communications with Emphasis on Data Modems
Digital Communications with Emphasis on Data Modems
von: Richard W. Middlestead
PDF ebook
171,99 €
Bandwidth Efficient Coding
Bandwidth Efficient Coding
von: John B. Anderson
PDF ebook
114,99 €