ODE/PDE Analysis of Antibiotic/Antimicrobial Resistance
eBook - ePub

ODE/PDE Analysis of Antibiotic/Antimicrobial Resistance

Programming in R

  1. 122 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

ODE/PDE Analysis of Antibiotic/Antimicrobial Resistance

Programming in R

Book details
Book preview
Table of contents
Citations

About This Book

ODE/PDE Analysis of Antibiotic/Antimicrobial Resistance: Programming in R presents mathematical models for antibiotic/antimicrobial resistance based on ordinary and partial differential equations (ODE/PDEs). Sections cover the basic ODE model, the detailed PDE model that gives the spatiotemporal distribution of four dependent variable components, including susceptible bacteria population density, resistant bacteria population density, plasmid number, and antibiotic concentration. 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. As such, formal mathematics is minimized and no theorems and proofs are required.

The PDE analysis is based on the method of lines (MOL), an established general algorithm for PDEs that is implemented with finite differences. 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. Routines can then be applied to variations and extensions of the antibiotic/antimicrobial models, such as changes in the ODE/PDE parameters (constants) and the form of the model equations.

  • Includes PDE routines based on the method of lines (MOL) for computer-based implementation of PDE models
  • Offers transportable computer source codes for readers in R, with line-by-line code descriptions as it relates to mathematical model and algorithms
  • Authored by a leading researcher and educator in PDE models

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access ODE/PDE Analysis of Antibiotic/Antimicrobial Resistance by William E. Schiesser in PDF and/or ePUB format, as well as other popular books in Biological Sciences & Biotechnology. We have over one million books available in our catalogue for you to explore.

Information

Year
2020
ISBN
9780128242506

1: Introductory ODE model

Abstract

Antibiotic resistance occurs when germs like bacteria and fungi develop the ability to defeat the drugs designed to kill them. That means the germs are not killed and continue to grow.
In this chapter, a system of four ordinary differential equations (ODEs) to model antibiological resistance is developed. The dependent variables of the ODEs are listed next.
Image
population of bacteria susceptible to antibiotics
Image
population of bacteria resistant to antibiotics
Image
number of plasmids
Image
concentration of dissolved antibiotics in the host medium
The numerical integration of the ODEs gives
Image
,
Image
,
Image
,
Image
as a function of time, t.

Keywords

Antibiotic resistance (ABR); Antimicrobial resistance (AMR); Mathematical model; Ordinary differential equation (ODE); Numerical integration; R programming

Introduction

General background statements concerning antibiotic/antimicrobial resistance follow [2].
From CDC:
Antibiotic resistance happens when germs like bacteria and fungi develop the ability to defeat the drugs designed to kill them. That means the germs are not killed and continue to grow.
Antibiotic res...

Table of contents

  1. Cover image
  2. Title page
  3. Table of Contents
  4. Copyright
  5. Preface
  6. 1: Introductory ODE model
  7. 2: Analysis of the ODE model equations
  8. 3: ODE analysis of antibiotic/antimicrobial resistance
  9. 4: Introductory PDE model
  10. 5: Parameter analysis of the PDE model
  11. 6: Parameter time variation
  12. A1: Functions dss004, dss044
  13. Index