| 000 | 00910camuu22002774a 4500 | |
| 001 | 000045366509 | |
| 005 | 20070629094257 | |
| 008 | 990121s1999 nyu b 001 0 eng | |
| 010 | ▼a 99018595 | |
| 020 | ▼a 0387987975 (soft cover : alk. paper) | |
| 020 | ▼a 9780387987972 | |
| 035 | ▼a (KERIS)REF000005787134 | |
| 040 | ▼a DLC ▼c DLC ▼d DLC ▼d 211009 | |
| 042 | ▼a pcc | |
| 050 | 0 0 | ▼a QA76.73.C153 ▼b S654 1999 |
| 082 | 0 0 | ▼a 005.13/3 ▼2 22 |
| 090 | ▼a 005.133 ▼b S653c2 | |
| 100 | 1 | ▼a Smith, James T. , ▼d 1939-. |
| 245 | 1 0 | ▼a C++ toolkit for engineers and scientists / ▼c James T. Smith. |
| 250 | ▼a 2nd ed. | |
| 260 | ▼a New York : ▼b Springer , ▼c c1999. | |
| 300 | ▼a xv, 388 p. ; ▼c 24 cm. + ▼e 1 computer laser optical disc (4 3/4 in.). | |
| 504 | ▼a Includes bibliographical references (p. 375-378) | |
| 650 | 0 | ▼a C++ (Computer program language) |
| 945 | ▼a KINS |
소장정보
| No. | 소장처 | 청구기호 | 등록번호 | 도서상태 | 반납예정일 | 예약 | 서비스 |
|---|---|---|---|---|---|---|---|
| No. 1 | 소장처 과학도서관/Sci-Info(2층서고)/ | 청구기호 005.133 S653c2 | 등록번호 121149434 | 도서상태 대출가능 | 반납예정일 | 예약 | 서비스 |
컨텐츠정보
책소개
This concise guide covers the fundamental aspects of the numerical analysis, basing upon it the construction of its routines for solving nonlinear equations, linear and nonlinear systems of equations, and eigenvalue problems. Focusing on software development, this book emphasizes software tools, OOP techniques for handling vectors, polynomials, and matrices. Using actual examples to demonstrate reusable tools, the book enables readers to solve broad classes of software development and programming challenges. It adopts a balanced approach between OOP techniques and quick and dirty number crunching, and emphasizes the use of OOP features in implementing vector, polynomial and matrix algebra. As a practical reference, it will help developers and consultants setting up applications programs for electrical, electronic engineering and physical sciences who need to develop clean, efficient C++ programs in minimal time.
This book describes the design, construction, and use of a numerical analysis software toolkit. It's written in C+ +, Version 2. 0, and makes essential use of that language's Object-Oriented Programming (OOP) features. Its development environment is the Borland International, Inc. , Borland C++ compiler, Version 5. 02, for IBM-compatible personal computers. However, the book describes few features specific to that product. The toolkit and its description and background discussions cover the most fundamental aspects of numerical analysis. At the core of most scientific or engineering application programs are some of the concepts and techniques presented here. The most basic include details of computation with floating-point real and complex numbers; mathematical functions in the C+ + Library; and a general OOP framework for vector, polynomial, and matrix algebra. On this foundation routines are constructed for solving nonlinear equations, linear and nonlinear systems of equations, and eigenvalue problems. The book is heavily weighted toward software development. What's new here is the emphasis on software tools and on OOP techniques for handling vectors, polynomials, and matrices. Rather than describing programs implementing specific numerical techniques to solve specific applica tion problems, the book constructs reusable tools with which you can implement many techniques for solving broad classes of problems. Examples are included to demonstrate their use. The tools are organized into layers. The deepest is formed by the C+ + library functions for computing with real and complex numbers.
정보제공 :
목차
1 Introduction.- 2 Software Organization.- 3 Computing with Scalars.- 4 Solving Scalar Equations.- 5 Vector Classes.- 6 Polynomial Classes.- 7 Matrix Classes.- 8 Matrix Computations.- 9 Iterative Solution of Systems of Equations.- Appendix: Selected Source Code.- A.1 Vector and Matrix Display Output Functions.- A.2 Msp Header Files.- A.3 Example Mathematical Function with Intermediate Output.- A.4 Optional and Accompanying Diskettes.
정보제공 :
