Buy Books Online

The mega online bookstore

Welcome Guest
| Login
| Home | Contact Us | Shopping Cart
Computing for Numerical Methods Using Visual C++,0470127953,9780470127957

Computing for Numerical Methods Using Visual C++

Author : Albert Y. Zomaya, Sakhinah A. Bakar, Shaharuddin Salleh
 
List Price$ 136.00 27%
off
Our Price$ 98.74 why is our price higer than the list price
Your Savings$ 37.26
ISBN

0470127953

ISBN13

9780470127957

PublisherJohn Wiley & Sons
Published In2007
BindingHardback
Weight1.94 lbs
Bibliopp. xvii + 448
Enquire about this book
Available

Usually Ships in 2 Days.

US Shipping (Ships from NY)
Standard Media Mail$3.99 per book
  
Shipping Rates | Shipping Information

Related Books
Computing Skills for Economists,0471988065,9780471988069 27%

Computing Skills for Economists

Guy Judge

$ 74.95

$ 54.54

Cybermedicine How Computing Empowers Doctors and Patients for Better Care,0787956317,9780787956318 50%

Cybermedicine How Computing Empower ...

Warner V. Slack

$ 31.95

$ 15.99

Security for Ubiquitous Computing,0470844930,9780470844939 23%

Security for Ubiquitous Computing

Frank Stajano

$ 120.00

$ 92.99

Grid Computing: Making The Global Infrastructure a Reality,0470853190,9780470853191 27%

Grid Computing: Making The Global I ...

 

$ 165.00

$ 120.90

Applied Regression Including Computing and Graphics,047131711X,9780471317111 24%

Applied Regression Including Comput ...

R. Dennis Cook, ...

$ 173.00

$ 131.52

Data Mining Multimedia, Soft Computing, and Bioinformatics,0471460540,9780471460541 23%

Data Mining Multimedia, Soft Comput ...

Sushmita Mitra, ...

$ 147.00

$ 112.52

 
Statistical Computing: An Introduction to Data Analysis using S-Plus,0471560405,9780471560401 27%

Statistical Computing: An Introduct ...

Michael J. Craw ...

$ 145.00

$ 106.45

The Bit and the Pendulum From Quantum Computing to M Theory-The New Physics of Information,0471399744,9780471399742 25%

The Bit and the Pendulum From Quant ...

Tom Siegfried

$ 15.95

$ 11.99

Dependable Computing Systems Paradigms, Performance Issues, and Applications,0471674222,9780471674221 27%

Dependable Computing Systems Paradi ...

Albert Y. Zomay ...

$ 170.00

$ 123.74

Elements of Distributed Computing,0471036005,9780471036005 9%

Elements of Distributed Computing

Vijay K. Garg

$ 129.00

$ 117.93

Parallel and Distributed Computing A Survey of Models, Paradigms and Approaches,0471358312,9780471358312 8%

Parallel and Distributed Computing ...

Claudia Leopold

$ 147.00

$ 134.99

Handbook of Nature - Inspired and Innovative Computing Integrating Classical Models with Emerging Technologies,1441942688,9781441942685

Handbook of Nature - Inspired and I ...

Albert Y. Zomay ...

$ 161.99


Related Searches
Book John Wiley & Sons Bridge

About The Book

A visual, interdisciplinary approach to solving problems in numerical methods 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. In an accessible, easy-to-follow style, the authors cover: * Numerical modeling using C++ * Fundamental Mathematical tools * MFC interfaces * Curve visualization * Systems of Linear equations * Nonlinear equations * Interpolation and approximation * Differentiation and Integration * Eigenvalues and Eigenvectors * Ordinary Differential equations * Partial Differential Equations 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++.


About the Author

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. 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. 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.


Contents

Chapter 1: Overview of C++. Language Style and organization. Data types, variables. Loops and branches. Array, pointer, function, structure. Classes and objects. Inheritance, polymorphism, encapsulation. Complexity analysis. Chapter 2: Visual C++ Methods. MFC Library . Fundamental interface tools. Text displays. Graphics and images. Writing the first program. Chapter 3: Fundamental Mathematical Tools. C++ for High-Performance Computing. Dynamic Memory allocation. Allocation for one-dimensional arrays. Allocation for higher-dimensional arrays. Case Study: Matrix multiplication problem. Matrix elimination problems. Vector and matrix norms. Row operations. Matrix Reduction to triangular form. Computing the determinant of a matrix. Computing the inverse of a matrix. Matrix algebra. Data passing between functions. Matrix addition and subtraction. Matrix multiplication. Matrix inverse. Putting the pieces together. Algebra of complex numbers. Addition and subtraction. Multiplication. Conjugate. Division. Inverse of a complex number. Putting the pieces together. Number Sorting. Programming Exercises. Chapter 4: System of Linear Equations. Systems of Linear Systems. Existence of Solutions. Elimination Techniques. Gauss Elimination Method. Gauss Elimination with Partial Pivoting. Gauss-Jordan Method. LU Factorization Techniques. Crout Method. Doolittle Method. Cholesky Method. Thomas Algorithm. Iterative Techniques. Jacobi Method. Gauss-Seidel Method. Visual C++ Solution Interface. Summary. Programming Exercises. Chapter 5: Nonlinear Equations. Iterative methods: convergence, stability. Background: existence of solution, MVT, errors, etc.. Bisection method. False-point position method. Newton method. Secant method. Fixed-point iterative method. Visual C++ Solution Interface. Summary. Programming Exercises. Chapter 6: Interpolation and Approximation. Concepts, existence, stability. Lagrange. Newton methods: forward, backward. Stirling method. Cubic spline interpolation. Least-square approximation. Visual C++ Solution Interface. Summary. Programming Exercises. Chapter 7: Differentiation and Integration. Taylor series. Newton methods (forward, backward, central). Trapezium method. Simpson method. Simpson 3/8 method. Gauss quadrature. Visual C++ Solution Interface. Summary. Programming Exercises. Chapter 8: Eigenvalues and Eigenvectors. Characteristic polynomials. Power method. Power method with shifting. Visual C++ Solution Interface. Summary. Programming Exercises. Chapter 9: Ordinary Differential Equations. Existence, uniqueness, stability, convergence. IVP: Taylor method. Euler method. Runge-Kutta of order 2 method. Runge-Kutta of order 4 method. Higher dimensional orders. Multistep methods: Adams-Bashforth method. Boundary Value Problems: finite-difference method. Visual C++ Solution Interface. Summary. Programming Exercises. Chapter 10: Partial Differential Equations. Existence, uniqueness, stability, convergence. Elliptic problem: Laplace equation. Elliptic problem: Poisson equation. Parabolic problem: Heat equation. Hyperbolic problem: Wave equation. Visual C++ Solution Interface. Summary. Programming Exercises. Chapter 11: Finite Element Methods. One-dimensional heat problem. Linear approximation. Quadratic approximation. Two-dimensional problem: triangulation method. Visual C++ Solution Interface. Summary. Programming Exercises.


Excerpts from Inner Flap (Front)

A visual, interdisciplinary approach to solving problems in numerical methods 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. In an accessible, easy-to-follow style, the authors cover: * Numerical modeling using C++ * Fundamental mathematical tools * MFC interfaces * Curve visualization * Systems of linear equations * Nonlinear equations * Interpolation and approximation * Differentiation and integration * Eigenvalues and Eigenvectors * Ordinary differential equations * Partial differential equations 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++.


Review

"The clarity of the book is excellent." ( CHOICE , May 2008)