Computer Arithmetic in Theory and Practice

Computer Arithmetic in Theory and Practice
Title Computer Arithmetic in Theory and Practice PDF eBook
Author Ulrich W. Kulisch
Publisher Academic Press
Total Pages 268
Release 2014-05-12
Genre Mathematics
ISBN 1483264734

Download Computer Arithmetic in Theory and Practice Book in PDF, Epub and Kindle

Computer Arithmetic in Theory and Practice deals with computer arithmetic and the various implementations of the entire arithmetic package on diverse processors, including microprocessors. It illustrates the importance of theoretical development in the sound implementation of arithmetic on computers, and argues that such an implementation requires the establishment of various isomorphisms between different definitions of arithmetic operations. Comprised of seven chapters, this volume begins with an introduction to the theory of computer arithmetic by giving an axiomatic characterization of the essential properties of sets and subsets; complete lattices and complete subnets; screens and roundings; and arithmetic operations. The discussion then turns to the concepts of a ringoid and a vectoid as well as those of ordered or weakly ordered ringoids and vectoids; interval arithmetic; and floating-point arithmetic. The operations in interval spaces are defined by means of semimorphisms. The final chapter shows how to embed the five basic data types (integer, real, complex, real interval, and complex interval) together with the arithmetic operations that are defined for all of these types into existing higher programming languages. This book will be helpful to students and practitioners in the fields of computer science and applied mathematics.

Computer Arithmetic and Validity

Computer Arithmetic and Validity
Title Computer Arithmetic and Validity PDF eBook
Author Ulrich Kulisch
Publisher Walter de Gruyter
Total Pages 456
Release 2013-04-30
Genre Mathematics
ISBN 3110301792

Download Computer Arithmetic and Validity Book in PDF, Epub and Kindle

This is the revised and extended second edition of the successful basic book on computer arithmetic. It is consistent with the newest recent standard developments in the field. The book shows how the arithmetic and mathematical capability of the digital computer can be enhanced in a quite natural way. The work is motivated by the desire and the need to improve the accuracy of numerical computing and to control the quality of the computed results (validity). The accuracy requirements for the elementary floating-point operations are extended to the customary product spaces of computations including interval spaces. The mathematical properties of these models are extracted into an axiomatic approach which leads to a general theory of computer arithmetic. Detailed methods and circuits for the implementation of this advanced computer arithmetic on digital computers are developed in part two of the book. Part three then illustrates by a number of sample applications how this extended computer arithmetic can be used to compute highly accurate and mathematically verified results. The book can be used as a high-level undergraduate textbook but also as reference work for research in computer arithmetic and applied mathematics.

Computer Science with MATHEMATICA ®

Computer Science with MATHEMATICA ®
Title Computer Science with MATHEMATICA ® PDF eBook
Author Roman Maeder
Publisher Cambridge University Press
Total Pages 414
Release 2000-02-28
Genre Computers
ISBN 9780521663953

Download Computer Science with MATHEMATICA ® Book in PDF, Epub and Kindle

This introductory course shows scientists and engineers how Mathematica can be used to do scientific computations.

Digital Arithmetic

Digital Arithmetic
Title Digital Arithmetic PDF eBook
Author Milos D. Ercegovac
Publisher Elsevier
Total Pages 736
Release 2004
Genre Computers
ISBN 1558607986

Download Digital Arithmetic Book in PDF, Epub and Kindle

The authoritative reference on the theory and design practice of computer arithmetic.

Scientific Computing with Automatic Result Verification

Scientific Computing with Automatic Result Verification
Title Scientific Computing with Automatic Result Verification PDF eBook
Author Adams
Publisher Academic Press
Total Pages 626
Release 1992-12-03
Genre Computers
ISBN 0080958753

Download Scientific Computing with Automatic Result Verification Book in PDF, Epub and Kindle

Scientific Computing with Automatic Result Verification

Computer Arithmetic in Practice

Computer Arithmetic in Practice
Title Computer Arithmetic in Practice PDF eBook
Author Sławomir Gryś
Publisher CRC Press
Total Pages 213
Release 2023-09-26
Genre Computers
ISBN 1000934896

Download Computer Arithmetic in Practice Book in PDF, Epub and Kindle

Computer Arithmetic in Practice: Exercises and Programming is a simple, brief introductory volume for undergraduate and graduate students at university courses interested in understanding the foundation of computers. It is focused on numeric data formats and capabilities of computers to perform basic arithmetic operations. It discusses mainly such topics as: Basic concepts of computer architecture Assembly language programming skills Data formats used to express integer and real numbers Algorithms of basic arithmetic operations Short overview of nonlinear functions evaluation Discussion on limited number representation and computer arithmetic Exercises and programming tasks This book provides an accessible overview of common data formats used to write numbers in programming languages and how the computer performs four basic arithmetic operations from the point of view of the processor instruction set. The book is primarily didactic in nature, therefore the theoretical information is enriched with many numerical examples and exercises to be solved using a ‘sheet of paper and a pencil’. Answers are provided for most of the tasks. The theoretical discussed issues are illustrated by listings of algorithms presenting the way to implement arithmetic operations in low-level language. It allows development of the skills of optimal programming, taking into consideration the computer architecture and limitations. Creating software using low-level language programming, despite the initial difficulties, gives the ability to control the code and create efficient applications. This allows for effective consolidation of knowledge and acquisition of practical skills required at this stage of education, mainly a specialist in the field of information technology, electronics, telecommunications, other related disciplines, or at the level of general education with introduction to information technology. It may be also useful for engineers interested in their own professional development and teachers as well.

Modern Computer Arithmetic

Modern Computer Arithmetic
Title Modern Computer Arithmetic PDF eBook
Author Richard P. Brent
Publisher Cambridge University Press
Total Pages 238
Release 2010-11-25
Genre Computers
ISBN 1139492284

Download Modern Computer Arithmetic Book in PDF, Epub and Kindle

Modern Computer Arithmetic focuses on arbitrary-precision algorithms for efficiently performing arithmetic operations such as addition, multiplication and division, and their connections to topics such as modular arithmetic, greatest common divisors, the Fast Fourier Transform (FFT), and the computation of elementary and special functions. Brent and Zimmermann present algorithms that are ready to implement in your favourite language, while keeping a high-level description and avoiding too low-level or machine-dependent details. The book is intended for anyone interested in the design and implementation of efficient high-precision algorithms for computer arithmetic, and more generally efficient multiple-precision numerical algorithms. It may also be used in a graduate course in mathematics or computer science, for which exercises are included. These vary considerably in difficulty, from easy to small research projects, and expand on topics discussed in the text. Solutions to selected exercises are available from the authors.