Essentials of Scientific Computing
eBook - ePub

Essentials of Scientific Computing

Numerical Methods for Science and Engineering

  1. 212 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Essentials of Scientific Computing

Numerical Methods for Science and Engineering

Book details
Book preview
Table of contents
Citations

About This Book

Modern development of science and technology is based to a large degree on computer modelling. To understand the principles and techniques of computer modelling, students should first get a strong background in classical numerical methods, which are the subject of this book. This text is intended for use in a numerical methods course for engineering and science students, but will also be useful as a handbook on numerical techniques for research students.Essentials of Scientific Computing is as self-contained as possible and considers a variety of methods for each type of problem discussed. It covers the basic ideas of numerical techniques, including iterative process, extrapolation and matrix factorization, and practical implementation of the methods shown is explained through numerous examples. An introduction to MATLAB is included, together with a brief overview of modern software widely used in scientific computations.

  • Outlines classical numerical methods, which is essential for understanding the principles and techniques of computer modelling
  • Intended for use in a numerical methods course for engineering and science students, but will also be useful as a handbook on numerical techniques for research students
  • Covers the basic ideas of numerical techniques, including iterative process, extrapolation and matrix factorization

Frequently asked questions

Simply head over to the account section in settings and click on ā€œCancel Subscriptionā€ - itā€™s as simple as that. After you cancel, your membership will stay active for the remainder of the time youā€™ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlegoā€™s features. The only differences are the price and subscription period: With the annual plan youā€™ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, weā€™ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Essentials of Scientific Computing by Victor Zalizniak in PDF and/or ePUB format, as well as other popular books in Computer Science & CAD-CAM. We have over one million books available in our catalogue for you to explore.

Information

Year
2008
ISBN
9780857099365
1

Errors in computer arithmetic operations

This chapter briefly considers the machine representation of floating-point numbers and modelling of errors in computer arithmetic operations. The arithmetic performed by a computer is different from the arithmetic that we use in algebra and calculus courses. In the traditional mathematical world, numbers with an infinite number of digits are permitted. In the computational world, however, each representable number has only a finite number of digits. Input data, and also intermediate and final results of arithmetic operations, are placed in the computer memory in some standard way. To represent real numbers in some given number system, the following floating-point representation is chosen:
si1_e
(1.1)
Here, x is a real number, b is a base of the number system (usually 2, 8, or 16), c is an exponent called the characteristic, mb is a fractional part called the mantissa, and Ā± denotes the sign of the number x. A mantissa of a number xā‰  0 satisfies the condition:
si2_e
which makes representation (1.1) unique. One can represent any real number in the floating-point representation and this can be done in a number system with any base b> 0. However, in the case of computers, some real numbers (for instance, irrational numbers) cannot be exactly placed in a limited computer memory. All numbers which can be placed in the memory are represented there in some unique way so that all their exponents are bounded cmā‰¤ c ā‰¤ cp, and the mantissa is decomposed into a final b-fraction:
si3_e
where an satisfy:

Table of contents

  1. Cover image
  2. Title page
  3. Table of Contents
  4. Copyright page
  5. About the Author
  6. Dedication
  7. List of Examples
  8. Preface
  9. 1: Errors in computer arithmetic operations
  10. 2: Solving equations of the form f(x)=0
  11. 3: Solving systems of linear equations
  12. 4: Computational eigenvalue problems
  13. 5: Solving systems of nonlinear equations
  14. 6: Numerical integration
  15. 7: Introduction to finite difference schemes for ordinary differential equations
  16. 8: Interpolation and Approximation
  17. 9: Programming in MATLAB
  18. A: Integration formulae of Gaussian type
  19. B: Transformations of integration domains
  20. C: Stability regions for Runge-Kutta and Adams schemes
  21. D: A brief survey of available software
  22. Bibliography
  23. Index