An Introduction to C++ and Numerical Methods
Autor James M. Ortegaen Limba Engleză Paperback – 26 aug 1998
semester of calculus.
This text offers students both an introduction to programming in C++ and clear explanations of the basics of numerical methods, including numerical integration and the solution of ordinary differential equations, nonlinear equations, and systems of linear equations. It is unique among textbooks at
this level in its extensive coverage of numerical methods used in scientific and engineering computation.
An Introduction to C++ and Numerical Methods is designed to help students move quickly into writing interesting and sophisticated programs. The text begins with an introduction to scientific computing and the basic constructs of C++, including variables and assignment, typing, if statements, for
and while loops, functions, one-dimensional arrays, and the cout and cin objects. After students have gained some experience with programming using these constructs, the topics are later revisited in greater detail, leading up to the important topic of classes and object-oriented programming.
Throughout the text Ortega and Grimshaw emphasize the basic paradigms for constructing good programs and detecting errors.
Preț: 1108.82 lei
Preț vechi: 1386.02 lei
-20% Nou
Puncte Express: 1663
Preț estimativ în valută:
212.22€ • 220.70$ • 177.58£
212.22€ • 220.70$ • 177.58£
Carte tipărită la comandă
Livrare economică 14-28 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780195117677
ISBN-10: 0195117670
Pagini: 288
Ilustrații: line figures
Dimensiuni: 189 x 233 x 14 mm
Greutate: 0.46 kg
Editura: Oxford University Press
Colecția OUP USA
Locul publicării:New York, United States
ISBN-10: 0195117670
Pagini: 288
Ilustrații: line figures
Dimensiuni: 189 x 233 x 14 mm
Greutate: 0.46 kg
Editura: Oxford University Press
Colecția OUP USA
Locul publicării:New York, United States
Descriere
In addition to being an introduction to C++, this text also provides clear explanations of the basics of numerical methods, and is unique for its coverage of numerical methods used in scientific and engineering computation. In addition there is a general discussion of some of the basic paradigms for writing good programs and detecting errors. The result is a brief yet comprehensive treatment of the subject.