Here you can read online Philipp O. J. Scherer - Computational Physics full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 0, publisher: Springer International Publishing, Cham, genre: Children. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:
Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.
Computational Physics: summary, description and annotation
We offer to read an annotation, description, summary or preface (depends on what the author of the book "Computational Physics" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.
Philipp O. J. Scherer: author's other books
Who wrote Computational Physics? Find out the surname, the name of the author of the book and a list of all author's works by series.
Computational Physics — read online for free the complete book (whole text) full work
Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Computational Physics" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.
Several sources of errors are important for numerical data processing:
Experimental uncertainty: Input data from an experiment have a limited precision. Instead of the vector of exact values the calculation uses , with an uncertainty . This can lead to large uncertainties of the calculated results if an unstable algorithm is used or if the unavoidable error inherent to the problem is large.
Rounding errors: The arithmetic unit of a computer uses only a subset of the real numbers, the so called machine numbers . The input data as well as the results of elementary operations have to be represented by machine numbers whereby rounding errors can be generated. This kind of numerical error can be avoided in principle by using arbitrary precision arithmetics or symbolic algebra programs. But this is unpractical in many cases due to the increase in computing time and memory requirements.
Truncation errors: Results from more complex operations like square roots or trigonometric functions can have even larger errors since series expansions have to be truncated and iterations can accumulate the errors of the individual steps.
1.1 Machine Numbers and Rounding Errors
Floating point numbers are internally stored as the product of sign, mantissa and a power of 2. According to the IEEE754 standard [1] single, double and quadruple precision numbers are stored as 32, 64 or 128 bits (Table ).
Table 1.1
Binary floating-point formats
Format
Sign
Exponent
Hidden bit
Fraction
Precision
Float
s
Double
s
Quadruple
s
The sign bit s is 0 for positive and 1 for negative numbers. The exponent b is biased by adding E which is half of its maximum possible value (Table The value of a number is given by
(1.1)
The mantissa a is normalized such that its first bit is 1 and its value is between 1 and 2
(1.2)
Table 1.2
Exponent bias E
Decimal value
Binary value
Hexadecimal value
Data type
$ 3F
Single
$ 3FF
Double
$3FFF
Quadruple
Since the first bit of a normalized floating point number always is 1, it is not necessary to store it explicitly (hidden bit or J-bit). However, since not all numbers can be normalized, only the range of exponents from is used for normalized numbers. An exponent of signals that the number is not normalized (zero is an important example, there exist even two zero numbers with different sign) whereas the exponent is reserved for infinite or undefined results (Table ).
Look at similar books to Computational Physics. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.
Discussion, reviews of the book Computational Physics and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.