W.E. Schiesser - Böcker
Visar alla böcker från författaren W.E. Schiesser. Handla med fri frakt och snabb leverans.
5 produkter
5 produkter
1 744 kr
Skickas inom 10-15 vardagar
Time delayed (lagged) variables are an inherent feature of biological/physiological systems. For example, infection from a disease may at first be asymptomatic, and only after a delay is the infection apparent so that treatment can begin.Thus, to adequately describe physiological systems, time delays are frequently required and must be included in the equations of mathematical models. The intent of this book is to present a methodology for the formulation and computer implementation of mathematical models based on time delay ordinary differential equations (DODEs) and partial differential equations (DPDEs). The DODE/DPDE methodology is presented through a series of example applications, particularly in biomedical science and engineering (BMSE). The computer-based implementation of the example models is explained with routines coded (programmed) in R, a quality, open-source scientific computing system that is readily available from the Internet. Formal mathematics isminimized, e.g., no theorems and proofs. Rather, the presentation is through detailed examples that the reader/researcher/analyst can execute on modest computers. The DPDE analysis is based on the method of lines (MOL), an established general algorithm for PDEs, implemented with finite differences. The example applications can first be executed to confirm the reported solutions, then extended by variation of the parameters and the equation terms, and even the forumulation and use of alternative DODE/DPDE models.• Introduces time delay ordinary and partial differential equations (DODE/DPDEs) and their numerical computer-based integration (solution)• Illustrates the computer implementation of DODE/DPDE models with coding (programming) in R, a quality, open-source scientific programming system readily available from the Internet• Applies DODE/DPDE models to biological/physiological systems through a series of examples• Provides the R routines for all of the illustrative applications through a download link• Facilitates the use of the models with reasonable time and effort on modest computers
Computational Mathematics in Engineering and Applied Science
ODEs, DAEs, and PDEs
Inbunden, Engelska, 1993
3 681 kr
Skickas inom 10-15 vardagar
Computational Mathematics in Engineering and Applied Science provides numerical algorithms and associated software for solving a spectrum of problems in ordinary differential equations (ODEs), differential algebraic equations (DAEs), and partial differential equations (PDEs) that occur in science and engineering. It presents detailed examples, each including a complete analysis of a computer code written in transportable Fortran 77. Each example also includes a discussion of the problem equations, the coding of the equations, and the computed numerical solution. The benefits of using quality general-purpose library routines to solve ODE/DAE/PDE problems are illustrated as well.This popular, classic book is a valuable reference for methodologies in numerical mathematics applicable to a broad spectrum of problems encountered across many disciplines- virtually all fields of science and engineering. It also serves as an excellent text for senior undergraduates or beginning graduate students in computational science.
750 kr
Skickas inom 10-15 vardagar
Time delayed (lagged) variables are an inherent feature of biological/physiological systems. For example, infection from a disease may at first be asymptomatic, and only after a delay is the infection apparent so that treatment can begin.Thus, to adequately describe physiological systems, time delays are frequently required and must be included in the equations of mathematical models. The intent of this book is to present a methodology for the formulation and computer implementation of mathematical models based on time delay ordinary differential equations (DODEs) and partial differential equations (DPDEs). The DODE/DPDE methodology is presented through a series of example applications, particularly in biomedical science and engineering (BMSE). The computer-based implementation of the example models is explained with routines coded (programmed) in R, a quality, open-source scientific computing system that is readily available from the Internet. Formal mathematics isminimized, e.g., no theorems and proofs. Rather, the presentation is through detailed examples that the reader/researcher/analyst can execute on modest computers. The DPDE analysis is based on the method of lines (MOL), an established general algorithm for PDEs, implemented with finite differences. The example applications can first be executed to confirm the reported solutions, then extended by variation of the parameters and the equation terms, and even the forumulation and use of alternative DODE/DPDE models.• Introduces time delay ordinary and partial differential equations (DODE/DPDEs) and their numerical computer-based integration (solution)• Illustrates the computer implementation of DODE/DPDE models with coding (programming) in R, a quality, open-source scientific programming system readily available from the Internet• Applies DODE/DPDE models to biological/physiological systems through a series of examples• Provides the R routines for all of the illustrative applications through a download link• Facilitates the use of the models with reasonable time and effort on modest computers
1 855 kr
Tillfälligt slut
The general Method of Lines (MOL) procedure provides a flexible format for the solution of all the major classes of partial differential equations (PDEs) and is particularly well suited to evolutionary, nonlinear wave PDEs. Despite its utility, however, there are relatively few texts that explore it at a more advanced level and reflect the method's current state of development.Written by distinguished researchers in the field, Adaptive Method of Lines reflects the diversity of techniques and applications related to the MOL. Most of its chapters focus on a particular application but also provide a discussion of underlying philosophy and technique. Particular attention is paid to the concept of both temporal and spatial adaptivity in solving time-dependent PDEs. Many important ideas and methods are introduced, including moving grids and grid refinement, static and dynamic gridding, the equidistribution principle and the concept of a monitor function, the minimization of a functional, and the moving finite element method. Applications addressed include shallow water flow, combustion and flame propagation, transport in porous media, gas dynamics, chemical engineering processes, solitary waves, and magnetohydrodynamics.As the first advanced text to represent the modern era of the method of lines, this monograph offers an outstanding opportunity to discover new concepts, learn new techniques, and explore a wide range of applications.
Ordinary and Partial Differential Equation Routines in C, C++, Fortran, Java, Maple, and MATLAB
Inbunden, Engelska, 2003
2 705 kr
Skickas inom 10-15 vardagar
This book provides a set of ODE/PDE integration routines in the six most widely used computer languages, enabling scientists and engineers to apply ODE/PDE analysis toward solving complex problems. This text concisely reviews integration algorithms, then analyzes the widely used Runge-Kutta method. It first presents a complete code before discussing its components in detail, focusing on integration concepts such as error monitoring and control. The format allows scientists and engineers to understand the basics of ODE/PDE integration, then calculate sample numerical solutions within their targeted programming language. The applications discussed can be used as templates for the development of a spectrum of new applications.