Introduction to Numerical Analysis and Scientific Computing
eBook - ePub

Introduction to Numerical Analysis and Scientific Computing

Nabil Nassif, Dolly Khuwayri Fayyad

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

Introduction to Numerical Analysis and Scientific Computing

Nabil Nassif, Dolly Khuwayri Fayyad

Book details
Book preview
Table of contents
Citations

About This Book

Designed for a one-semester course, Introduction to Numerical Analysis and Scientific Computing presents fundamental concepts of numerical mathematics and explains how to implement and program numerical methods. The classroom-tested text helps students understand floating point number representations, particularly those pertaining to IEEE simple an

Frequently asked questions

How do I cancel my subscription?
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.
Can/how do I download books?
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.
What is the difference between the pricing plans?
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.
What is Perlego?
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.
Do you support text-to-speech?
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.
Is Introduction to Numerical Analysis and Scientific Computing an online PDF/ePUB?
Yes, you can access Introduction to Numerical Analysis and Scientific Computing by Nabil Nassif, Dolly Khuwayri Fayyad in PDF and/or ePUB format, as well as other popular books in Matematica & Matematica generale. We have over one million books available in our catalogue for you to explore.

Information

Year
2016
ISBN
9781482208764
Edition
1

Chapter 1

Computer Number Systems and Floating Point Arithmetic

1.1Introduction
1.2Conversion from Base 10 to Base 2
1.2.1Conversion of the Integral Part
1.2.2Conversion of the Fractional Part
1.3Conversion from Base 2 to Base 10
1.3.1Polynomial Evaluation
1.3.2Conversion of the Integral Part
1.3.3Conversion of the HYactional Part
1.4Normalized Floating Point Systems
1.4.1Introductory Concepts
1.4.2IEEE Floating Point Systems
1.4.3Denormalized Numbers in MATLAB
1.4.4Rounding Errors in Floating Point Representation
1.5Floating Point Operations
1.5.1Algebraic Properties in Floating Point Operations
1.5.2The Problem of Absorption
1.5.3The Problem of Cancellation or Loss of Precision
1.6Computing in a Floating Point System
1.6.1Cardinality and Distribution of Floating Point Systems
1.6.2A MATLAB Simulation of a Floating Point System
1.6.3Tips for Floating Point Computation
1.7Exercises
1.8Computer Projects

1.1 Introduction

The main objective of this chapter is to introduce the students to modes of storage of users’ numbers in a computer memory and as well providing the readers with basic concepts of computer arithmetic, referred to also as Floating Point Arithmetic. Although the principles covered are general and can apply to any finite precision arithmetic system, we apply those principles only to Single and Double Precision IEEE (Institute of Electrical and Electronics Engineers) systems. For additional detailed references, we refer to [8], [14], [19] and [23].
In this view, we start by describing computer number representation in the binary system that uses 2 as the base. Since the usual decimal system uses base 10, we discuss therefore methods of conversion from one base to another. The octal and hexadecimal systems (respectively, base 8 and base 16 systems) are also introduced as they are often needed as intermediate stages b...

Table of contents