Difference between revisions of "Examples"

From FBSwiki
Jump to navigation Jump to search
Line 18: Line 18:
 
# Population Dynamics
 
# Population Dynamics
 
#* Logistic Growth Model
 
#* Logistic Growth Model
#* Predator--Prey Models
+
#* [[Predator-prey dynamics|Predator-Prey Models]]
 
:: Exercises
 
:: Exercises
 
}}
 
}}
{{{Chapter contents}}}
 
  
 
{{Chapter footer
 
{{Chapter footer
 
| First edition URL=https://www.cds.caltech.edu/~murray/amwiki/Examples.html
 
| First edition URL=https://www.cds.caltech.edu/~murray/amwiki/Examples.html
 
}}
 
}}

Revision as of 16:27, 24 November 2024

Prev: System Modeling Chapter 4 - Examples Next: Dynamic Behavior
Examples-firstpage.png

In this chapter we present a collection of examples spanning many different fields of science and engineering. These examples are used throughout the text and in exercises to illustrate different concepts. First-time readers may wish to focus on only a few examples with which they have had the most prior experience or insight to understand the concepts of state, input, output, and dynamics in a familiar setting.

Contents

  1. Cruise Control
  2. Bicycle Dynamics
  3. Operational Amplifier Circuits
  4. Computing Systems and Networks
    • Web Server Control
    • Congestion Control
  5. Atomic Force Microscopy
  6. Drug Administration
    • Compartment Models
    • Insulin--Glucose Dynamics
  7. Population Dynamics
Exercises



Teaching Materials

None available

Additional Exercises

None available

Frequently Asked Questions

Errata

None reported

Python Code

The following Python scripts are available for producing figures that appear in this chapter.

See the software page for more information on how to run these scripts.

Additional Information