Introduction to Numerical Computation in Pascal (e-bog) af DEW/JAMES
DEW/JAMES (forfatter)

Introduction to Numerical Computation in Pascal e-bog

436,85 DKK (inkl. moms 546,06 DKK)
Our intention in this book is to cover the core material in numerical analysis normally taught to students on degree courses in computer science. The main emphasis is placed on the use of analysis and programming techniques to produce well-designed, reliable mathematical software. The treatment should be of interest also to students of mathematics, science and engineering who wish to learn how ...
E-bog 436,85 DKK
Forfattere DEW/JAMES (forfatter)
Forlag Springer
Udgivet 29 juni 2013
Genrer PBKS
Sprog English
Format pdf
Beskyttelse LCP
ISBN 9781475739404
Our intention in this book is to cover the core material in numerical analysis normally taught to students on degree courses in computer science. The main emphasis is placed on the use of analysis and programming techniques to produce well-designed, reliable mathematical software. The treatment should be of interest also to students of mathematics, science and engineering who wish to learn how to write good programs for mathematical computations. The reader is assumed to have some acquaintance with Pascal programming. Aspects of Pascal particularly relevant to numerical computation are revised and developed in the first chapter. Although Pascal has some drawbacks for serious numerical work (for example, only one precision for real numbers), the language has major compensating advantages: it is a widely used teaching language that will be familiar to many students and it encourages the writing of clear, well- structured programs. By careful use of structure and documentation, we have produced codes that we believe to be readable; particular care has been taken to ensure that students should be able to understand the codes in conjunction with the descriptive material given in the book.