Computational Mathematics
eBook - ePub

Computational Mathematics

Models, Methods, and Analysis with MATLAB and MPI, Second Edition

Robert E. White

Compartir libro
  1. 500 páginas
  2. English
  3. ePUB (apto para móviles)
  4. Disponible en iOS y Android
eBook - ePub

Computational Mathematics

Models, Methods, and Analysis with MATLAB and MPI, Second Edition

Robert E. White

Detalles del libro
Vista previa del libro
Índice
Citas

Información del libro

Computational Mathematics: Models, Methods, and Analysis with MATLAB and MPI is a unique book covering the concepts and techniques at the core of computational science. The author delivers a hands-on introduction to nonlinear, 2D, and 3D models; nonrectangular domains; systems of partial differential equations; and large algebraic problems requirin

Preguntas frecuentes

¿Cómo cancelo mi suscripción?
Simplemente, dirígete a la sección ajustes de la cuenta y haz clic en «Cancelar suscripción». Así de sencillo. Después de cancelar tu suscripción, esta permanecerá activa el tiempo restante que hayas pagado. Obtén más información aquí.
¿Cómo descargo los libros?
Por el momento, todos nuestros libros ePub adaptables a dispositivos móviles se pueden descargar a través de la aplicación. La mayor parte de nuestros PDF también se puede descargar y ya estamos trabajando para que el resto también sea descargable. Obtén más información aquí.
¿En qué se diferencian los planes de precios?
Ambos planes te permiten acceder por completo a la biblioteca y a todas las funciones de Perlego. Las únicas diferencias son el precio y el período de suscripción: con el plan anual ahorrarás en torno a un 30 % en comparación con 12 meses de un plan mensual.
¿Qué es Perlego?
Somos un servicio de suscripción de libros de texto en línea que te permite acceder a toda una biblioteca en línea por menos de lo que cuesta un libro al mes. Con más de un millón de libros sobre más de 1000 categorías, ¡tenemos todo lo que necesitas! Obtén más información aquí.
¿Perlego ofrece la función de texto a voz?
Busca el símbolo de lectura en voz alta en tu próximo libro para ver si puedes escucharlo. La herramienta de lectura en voz alta lee el texto en voz alta por ti, resaltando el texto a medida que se lee. Puedes pausarla, acelerarla y ralentizarla. Obtén más información aquí.
¿Es Computational Mathematics un PDF/ePUB en línea?
Sí, puedes acceder a Computational Mathematics de Robert E. White en formato PDF o ePUB, así como a otros libros populares de Mathematik y Zahlentheorie. Tenemos más de un millón de libros disponibles en nuestro catálogo para que explores.

Información

Año
2015
ISBN
9781482235180
Edición
2
Categoría
Mathematik
Categoría
Zahlentheorie

Chapter 1

Discrete Time–Space Models

The first three sections introduce diffusion of heat in one direction. This is an example of model evolution with the simplest model being for the temperature of a well-stirred liquid where the temperature does not vary with space. The model is then enhanced by allowing the mass to have different temperatures in different locations. Because heat flows from hot to cold regions, the subsequent model will be more complicated. In Section 1.4 a similar model is considered, and the application will be to the prediction of the pollutant concentration in a stream resulting from a source of pollution upstream. Both of these models are discrete versions of the continuous model that are partial differential equations. Section 1.5 indicates how these models can be extended to heat and mass transfer in two directions, which is discussed in more detail in Chapters 3 and 4. In the last section variations of the mean value theorem are used to estimate the errors made by replacing the continuous model by a discrete model. Additional introductory materials can be found in G. D. Smith [29], and in R. L. Burden and J. D. Faires [7].

1.1 Newton Cooling Models

1.1.1 Introduction

Many quantities change as time progresses such as money in a savings account or the temperature of a refreshing drink or any cooling mass. Here we will be interested in making predictions about such changing quantities. A simple mathematical model has the form u+ = au + b where a and b are given real numbers, u is the present amount and u+ is the next amount. This calculation is usually repeated a number of times and is a simple example of an algorithm. A computer is used to do a large number calculations.
Computers use a finite subset of the rational numbers (a ratio of two integers) to approximate any real number. This set of numbers may depend on the computer being used. However, they do have the same general form and are called floating point numbers. Any real number x can be represented by an infinite decimal expansion x = ±(.x1 · · · xd · · · )10e, and by truncating this we can define the chopped floating point numbers.
Let x be any real number and denote a floating point number by
fl(x)=±.x1xd10e=±(x1/10++xd/10d)10e.
This is a floating point number with base equal to 10 where x1 is not equal to zero, xi are integers between 0 and 9, the exponent e is also a bounded integer and d is an integer called the precision of the floating point system. Associated with each real number, x, and its floating point approximate number, fl(x), is the floating point error, fl(x) − x. In general, this error decreases as the precision, d, increases. Each...

Índice