Limit this search to....

C++ and Object-Oriented Numeric Computing for Scientists and Engineers
Contributor(s): Yang, Daoqi (Author)
ISBN: 0387989900     ISBN-13: 9780387989907
Publisher: Springer
OUR PRICE:   $94.99  
Product Type: Hardcover - Other Formats
Published: October 2000
Qty:
Annotation: An easy, concise, and complete introduction to C++, this book places special emphasis on object-oriented numerical computation. A user-defined numeric linear algebra library accompanies the book and can be downloaded from the author's Web site.
Additional Information
BISAC Categories:
- Computers | Programming Languages - C++
- Science | Microscopes & Microscopy
- Technology & Engineering | Engineering (general)
Dewey: 502.855
LCCN: 00044009
Physical Information: 1.03" H x 6.41" W x 9.59" (1.84 lbs) 440 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
This book is intended to be an easy, concise, but rather complete, introduc- the ISO/ANSI C++ programming language with special empha- tion to sis on object-oriented numeric computation for students and professionals in science and engineering. The description of the language is platform- independent. Thus it applies to different operating systems such as UNIX, Linux, MacOS, Windows, and DOS, as long as a standard C++ compiler is equipped. The prerequisite of this book is elementary knowledge of cal- culus and linear algebra. However, this prerequisite is hardly necessary if this book is going to be used as a textbook for teaching C++ and all the sections on numeric methods are skipped. Programming experience in an- other language such as FORTRAN, C, Ada, Pascal, Maple, or Matlab will certainly help, but is not presumed. All C++ features are introduced in an easy way through concepts such as functions, complex numbers, vectors, matrices, and integrals, which are familiar to every student and professional in science and engineering. In the final chapter, advanced features that are not found in FORTRAN, C, Ada, or Matlab, are illustrated in the context of iterative algorithms for linear systems such as the preconditioned conjugate gradient (CG) method and generalized minimum residual (GMRES) method. Knowledge of CG, GMRES, and preconditioning techniques is not presumed and they are ex- plained in detail at the algorithmic level.