Introduction to Numerical Analysis and Scientific Computing
eBook - ePub

Introduction to Numerical Analysis and Scientific Computing

Nabil Nassif, Dolly Khuwayri Fayyad

Partager le livre
  1. 329 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

Introduction to Numerical Analysis and Scientific Computing

Nabil Nassif, Dolly Khuwayri Fayyad

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

À propos de ce livre

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

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que Introduction to Numerical Analysis and Scientific Computing est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  Introduction to Numerical Analysis and Scientific Computing par Nabil Nassif, Dolly Khuwayri Fayyad en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans MatemĂĄticas et MatemĂĄticas general. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Année
2016
ISBN
9781482208764
Édition
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 des matiĂšres