0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R1,000 - R2,500 (1)
  • R2,500 - R5,000 (3)
  • R5,000 - R10,000 (3)
  • -
Status
Brand

Showing 1 - 7 of 7 matches in All Departments

Computational Mathematics in Engineering and Applied Science - ODEs, DAEs, and PDEs (Hardcover): W.E. Schiesser Computational Mathematics in Engineering and Applied Science - ODEs, DAEs, and PDEs (Hardcover)
W.E. Schiesser
R7,985 Discovery Miles 79 850 Ships in 12 - 19 working days

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.

Differential Equation Analysis in Biomedical Science and Engineering - Partial Differential Equation Applications with R... Differential Equation Analysis in Biomedical Science and Engineering - Partial Differential Equation Applications with R (Hardcover)
W.E. Schiesser
R2,885 Discovery Miles 28 850 Ships in 12 - 19 working days

Features a solid foundation of mathematical and computational tools to formulate and solve real-world PDE problems across various fields With a step-by-step approach to solving partial differential equations (PDEs), Differential Equation Analysis in Biomedical Science and Engineering: Partial Differential Equation Applications with R successfully applies computational techniques for solving real-world PDE problems that are found in a variety of fields, including chemistry, physics, biology, and physiology. The book provides readers with the necessary knowledge to reproduce and extend the computed numerical solutions and is a valuable resource for dealing with a broad class of linear and nonlinear partial differential equations. The author s primary focus is on models expressed as systems of PDEs, which generally result from including spatial effects so that the PDE dependent variables are functions of both space and time, unlike ordinary differential equation (ODE) systems that pertain to time only. As such, the book emphasizes details of the numerical algorithms and how the solutions were computed. Featuring computer-based mathematical models for solving real-world problems in the biological and biomedical sciences and engineering, the book also includes: * R routines to facilitate the immediate use of computation for solving differential equation problems without having to first learn the basic concepts of numerical analysis and programming for PDEs * Models as systems of PDEs and associated initial and boundary conditions with explanations of the associated chemistry, physics, biology, and physiology * Numerical solutions of the presented model equations with a discussion of the important features of the solutions * Aspects of general PDE computation through various biomedical science and engineering applications Differential Equation Analysis in Biomedical Science and Engineering: Partial Differential Equation Applications with R is an excellent reference for researchers, scientists, clinicians, medical researchers, engineers, statisticians, epidemiologists, and pharmacokineticists who are interested in both clinical applications and interpretation of experimental data with mathematical models in order to efficiently solve the associated differential equations. The book is also useful as a textbook for graduate-level courses in mathematics, biomedical science and engineering, biology, biophysics, biochemistry, medicine, and engineering.

Ordinary and Partial Differential Equation Routines in C, C++, Fortran, Java, Maple, and MATLAB (Hardcover, New): H. J. Lee,... Ordinary and Partial Differential Equation Routines in C, C++, Fortran, Java, Maple, and MATLAB (Hardcover, New)
H. J. Lee, W.E. Schiesser
R5,873 Discovery Miles 58 730 Ships in 12 - 19 working days

Scientists and engineers attempting to solve complex problems require efficient, effective ways of applying numerical methods to ODEs and PDEs. They need a resource that enables fast access to library routines in their choice of a programming language.

Ordinary and Partial Differential Equation Routines in C, C++, Fortran, Java, Maple, and MATLAB provides a set of ODE/PDE integration routines in the six most widely used languages in science and engineering, 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 ( since hyphenation is used here, I added it below; hyphenation could also be dropped since it is not used in the book). 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 you to understand the basics of ODE/PDE integration, then calculate sample numerical solutions within your targeted programming language. The applications discussed can be used as templates for the development of a spectrum of new applications and associated codes.

Time Delay ODE/PDE Models - Applications in Biomedical Science and Engineering (Hardcover): W.E. Schiesser Time Delay ODE/PDE Models - Applications in Biomedical Science and Engineering (Hardcover)
W.E. Schiesser
R3,571 Discovery Miles 35 710 Ships in 12 - 19 working days

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 is minimized, 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 Transport Phenomena - Numerical Methods for the Solution of Transport Problems (Hardcover): W.E. Schiesser, C.A.... Computational Transport Phenomena - Numerical Methods for the Solution of Transport Problems (Hardcover)
W.E. Schiesser, C.A. Silebi
R5,491 Discovery Miles 54 910 Ships in 12 - 19 working days

Computational techniques have become indispensable tools in solving complex problems in transport phenomena. This book, first published in 1997, provides a clear, user-oriented introduction to the subject. Each self-contained chapter includes a detailed worked example and a discussion of the problem system equations. Also included are the numerical methods used; computer code for the solution of the problem system equations; discussion of the numerical solution with emphasis on physical interpretation; and when appropriate, a comparison of the numerical solution with an analytical solution or a discussion of how the numerical solution goes beyond what can be done analytically, especially for nonlinear problems. Intended for students and a broad range of scientists and engineers, the book includes computer code written in transportable Fortran so that readers can produce the numerical solutions and then extend them to other cases. The programs are also available on the author's web site at http://www.lehigh.edu/~wes1/wes1.html.

Differential Equation Analysis Set (Hardcover): W.E. Schiesser Differential Equation Analysis Set (Hardcover)
W.E. Schiesser
R4,560 Discovery Miles 45 600 Ships in 12 - 19 working days

Included in this set: Differential Equation Analysis in Biomedical Science and Engineering: Partial Differential Equation Applications with R With the needed mathematical and computational tools, this book provides a solid foundation in formulating and solving real-world PDE problems in various fields from applied mathematics, engineering, and computer science to biology and medicine, includes supporting documentation and step-by-step guidance, and features R codes that can be easily and conveniently used by readers. Topical coverage includes: introduction to PDEs and chemotaxis; pattern formation; Belousov-Zhabotinskii reaction system; Hodgkin-Huxley and Fitzhugh-Nagumo models; spatiotemporal effects of anesthesia during surgery; developing retinal vasculature; temperature distributions in cryosurgery; multisection membrane separation system; and origin of PDE reaction-diffusion equations. Differential Equation Analysis in Biomedical Science and Engineering: Ordinary Differential Equation Applications with R This book provides readers with the necessary knowledge to reproduce and extend the numerical solutions with reasonable effort and is a valuable resource dealing with a broad class of differential and nonlinear algebraic equations. The investigated problems include ODEs and associated initial conditions. The studied equations describe a wide variety of basic phenomena such as apoptosis, stem cell differentiation, and many others. Topical coverage includes: introduction to ODE analysis and bioreactor dynamics; diabetes glucose tolerance test; apoptosis; dynamic neuron model; stem cell differentiation; acetylcholine neurocycle; tuberculosis with differential infectivity; corneal curvature; and stiff ODE integration.

Computational Transport Phenomena - Numerical Methods for the Solution of Transport Problems (Paperback, New): W.E. Schiesser,... Computational Transport Phenomena - Numerical Methods for the Solution of Transport Problems (Paperback, New)
W.E. Schiesser, C.A. Silebi
R2,187 Discovery Miles 21 870 Ships in 12 - 19 working days

Computational techniques have become indispensable tools in solving complex problems in transport phenomena. This book provides a clear, user-oriented introduction to the subject of computational transport phenomena. Each self-contained chapter includes a detailed worked example and a discussion of the problem system equations. Also included are the numerical methods used; computer code for the solution of the problem system equations; discussion of the numerical solution with emphasis on physical interpretation; and, when appropriate, a comparison of the numerical solution with an analytical solution or a discussion of how the numerical solution goes beyond what can be done analytically, especially for nonlinear problems. Intended for students and a broad range of scientists and engineers, the book includes computer code written in transportable Fortran so the reader can produce the numerical solutions and then extend them to other cases.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Failure Mechanism and Stability Analysis…
Ke Zhang Hardcover R3,900 Discovery Miles 39 000
Anthropological Perspectives on Children…
David F. Lancy Hardcover R4,234 Discovery Miles 42 340
Animal Feed Additives
Pankaj Singh Hardcover R4,966 Discovery Miles 49 660
Children's Rights and Human Development…
Jan C M Willems Paperback R4,318 Discovery Miles 43 180
The Cyclic Peptide Toxins of Amanita and…
Jonathan Walton Hardcover R4,940 Discovery Miles 49 400
The Resurrection of the Son of God
Tom Wright Paperback R1,544 R1,253 Discovery Miles 12 530
The Wvu Coed Murders - Who Killed Mared…
Geoffrey C. Fuller, S James McLaughlin Paperback R721 R665 Discovery Miles 6 650
Why Don't We Go Into the Garden? - A…
Debbie Carroll, Mark Rendell Paperback R682 Discovery Miles 6 820
Atlanta's Ponce de Leon Avenue - A…
Sharon Foster Jones Paperback R521 R481 Discovery Miles 4 810
Historic Catholic Churches of Central…
David Policansky Hardcover R1,464 R1,216 Discovery Miles 12 160

 

Partners