0
Your cart

Your cart is empty

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

Showing 1 - 5 of 5 matches in All Departments

Chemotaxis Modeling of Autoimmune Inflammation - PDE Computer Analysis in R (Hardcover): William Schiesser Chemotaxis Modeling of Autoimmune Inflammation - PDE Computer Analysis in R (Hardcover)
William Schiesser
R2,475 Discovery Miles 24 750 Ships in 12 - 17 working days

In response to an infection (e.g., from pathogens such as bacteria and viruses), the immune system can deplete macrophages (specialized white blood cells) and produce cytokines that are pro-inflammatory or anti-inflammatory. This counterproductive autoimmune response is represented mathematically as nonlinear chemotaxis diffusion. This book is directed to the computer-based modeling of chemotaxis inflammation. The spatiotemporal analysis is based on a model of three partial differential equations (PDEs). The three PDE model is coded (programmed) as a set of routines in R, a quality, open-source, scientific programming system. The numerical integration (solution) of the PDEs is by the method of lines (MOL). The three PDE model can be used for computer-based experimentation, for example, parameter variation and changes in the model equations or alternate models, to enhance a quantitative understanding of a postulated inflammation. This experimentation is illustrated by chapters pertaining to: (1) the computation and display of the PDE time derivatives, (2) the RHS terms of the PDEs with emphasis on the chemotaxis terms, (3) parameter variations to demonstrate parameter effects and sensitivities and (4) additonal terms in the PDEs to include PDE coupling and extensions of the basic PDE model.

ODE/PDE Analysis of Multiple Myeloma - Programming in R (Paperback): William Schiesser ODE/PDE Analysis of Multiple Myeloma - Programming in R (Paperback)
William Schiesser
R3,162 Discovery Miles 31 620 Ships in 12 - 17 working days

Multiple myeloma is a form of bone cancer. Specifically, it is a cancer of the plasma cells found in bone marrow (bone soft tissue). Normal plasma cells are an important part of the immune system. Mathematical models for multiple myeloma based on ordinary and partial differential equations (ODE/PDEs) are presented in this book, starting with a basic ODE model in Chapter 1, and concluding with a detailed ODE/PDE model in Chapter 4 that gives the spatiotemporal distribution of four dependent variable components in the bone marrow and peripheral blood: (1) protein produced by multiple myeloma cells, termed the M protein, (2) cytotoxic T lymphocytes (CTLs), (3) natural killer (NK) cells, and (4) regulatory T cells (Tregs). The computer-based implementation of the example models is presented through 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 using the R routines that are available through a download. The PDE analysis is based on the method of lines (MOL), an established general algorithm for PDEs, implemented with finite differences.

Numerical Modeling of COVID-19 Neurological Effects - ODE/PDE Analysis in R (Hardcover): William Schiesser Numerical Modeling of COVID-19 Neurological Effects - ODE/PDE Analysis in R (Hardcover)
William Schiesser
R2,473 Discovery Miles 24 730 Ships in 12 - 17 working days

Covid-19 is primarily a respiratory disease which results in impaired oxygenation of blood. The O2-deficient blood then moves through the body, and for the study in this book, the focus is on the blood flowing to the brain. The dynamics of blood flow along the brain capillaries and tissue is modeled as systems of ordinary and partial differential equations (ODE/PDEs). The ODE/PDE methodology is presented through a series of examples, 1. A basic one PDE model for O2 concentration in the brain capillary blood. 2. A two PDE model for O2 concentration in the brain capillary blood and in the brain tissue, with O2 transport across the blood brain barrier (BBB). 3. The two model extended to three PDEs to include the brain functional neuron cell density. Cognitive impairment could result from reduced neuron cell density in time and space (in the brain) that follows from lowered O2 concentration (hypoxia). The computer-based implementation of the example models is presented through 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 PDE analysis is based on the method of lines (MOL), an established general algorithm for PDEs, implemented with finite differences. The routines are available from a download link so that the example models can be executed without having to first study numerical methods and computer coding. The routines can then be applied to variations and extensions of the blood/brain hypoxia models, such as changes in the ODE/PDE parameters (constants) and form of the model equations.

ODE/PDE Analysis of Multiple Myeloma - Programming in R (Hardcover): William Schiesser ODE/PDE Analysis of Multiple Myeloma - Programming in R (Hardcover)
William Schiesser
R3,175 Discovery Miles 31 750 Ships in 12 - 17 working days

Multiple myeloma is a form of bone cancer. Specifically, it is a cancer of the plasma cells found in bone marrow (bone soft tissue). Normal plasma cells are an important part of the immune system. Mathematical models for multiple myeloma based on ordinary and partial differential equations (ODE/PDEs) are presented in this book, starting with a basic ODE model in Chapter 1, and concluding with a detailed ODE/PDE model in Chapter 4 that gives the spatiotemporal distribution of four dependent variable components in the bone marrow and peripheral blood: (1) protein produced by multiple myeloma cells, termed the M protein, (2) cytotoxic T lymphocytes (CTLs), (3) natural killer (NK) cells, and (4) regulatory T cells (Tregs). The computer-based implementation of the example models is presented through 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 using the R routines that are available through a download. The PDE analysis is based on the method of lines (MOL), an established general algorithm for PDEs, implemented with finite differences.

Moving Boundary PDE Analysis - Biomedical Applications in R (Hardcover): William Schiesser Moving Boundary PDE Analysis - Biomedical Applications in R (Hardcover)
William Schiesser
R3,174 Discovery Miles 31 740 Ships in 12 - 17 working days

Mathematical models stated as systems of partial differential equations (PDEs) are broadly used in biology, chemistry, physics and medicine (physiology). These models describe the spatial and temporial variations of the problem system dependent variables, such as temperature, chemical and biochemical concentrations and cell densities, as a function of space and time (spatiotemporal distributions). For a complete PDE model, initial conditions (ICs) specifying how the problem system starts and boundary conditions (BCs) specifying how the system is defined at its spatial boundaries, must also be included for a well-posed PDE model. In this book, PDE models are considered for which the physical boundaries move with time. For example, as a tumor grows, its boundary moves outward. In atherosclerosis, the plaque formation on the arterial wall moves inward, thereby restricting blood flow with serious consequences such as stroke and myocardial infarction (heart attack). These two examples are considered as applications of the reported moving boundary PDE (MBPDE) numerical method (algorithm). The method is programmed in a set of documented routines coded in R, a quality, open-source scientific programming system. The routines are provided as a download so that the reader/analyst/researcher can use MFPDE models without having to first study numerical methods and computer programming.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Pineware Steam, Spray & Dry Iron (Blue…
R199 R187 Discovery Miles 1 870
Samsung EO-IA500BBEGWW Wired In-ear…
R299 R249 Discovery Miles 2 490
The Walking Dead - Season 1 / 2 / 3 / 4
Andrew Lincoln Blu-ray disc  (1)
R277 Discovery Miles 2 770
Pulse Active Table Tennis Balls (40mm)
R133 Discovery Miles 1 330
John C. Maxwell Undated Planner
Paperback R399 R199 Discovery Miles 1 990
Ab Wheel
R209 R149 Discovery Miles 1 490
Card Holder & Money Clip
R227 Discovery Miles 2 270
Safari Nation - A Social History Of The…
Jacob Dlamini Paperback R320 R250 Discovery Miles 2 500
Loot
Nadine Gordimer Paperback  (2)
R383 R310 Discovery Miles 3 100
Gloria
Sam Smith CD R187 R177 Discovery Miles 1 770

 

Partners