ALBERT

All Library Books, journals and Electronic Records Telegrafenberg

feed icon rss

Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
Collection
Language
Years
  • 1
    Online Resource
    Online Resource
    Cham :Springer International Publishing :
    Keywords: Biology. ; Medical sciences. ; Bioinformatics. ; Biomathematics. ; Population genetics. ; System theory. ; Biological Sciences. ; Health Sciences. ; Computational and Systems Biology. ; Mathematical and Computational Biology. ; Population Genetics. ; Complex Systems.
    Description / Table of Contents: Preface -- 1 Introduction -- 2 Exponential Growth and Decay -- 2.1 Exponential Growth -- 2.2 Exponential Decay -- 2.3 Summary -- 2.4 Exercises -- 2.5 References- 3 Discrete Time Models -- 3.1 Solutions of the discrete logistic -- 3.2 Enhancements to the Discrete Logistic Function -- 3.3 Summary -- 3.4 Exercises -- 3.5 References- 4 Fixed Points, Stability, and Cobwebbing -- 4.1 Fixed Points and Cobwebbing -- 4.2 Linear Stability Analysis -- 4.3 Summary -- 4.4 Exercises -- 4.5 References- 5 Population Genetics Models -- 5.1 Two Phenotypes Case -- 5.2 Three Phenotypes Case -- 5.3 Summary -- 5.4 Exercises -- 5.5 References- 6 Chaotic Systems -- 6.1 Robert May’s Model -- 6.2 Solving the Model -- 6.3 Model Fixed Points -- 6.4 Summary -- 6.5 Exercises -- 6.6 References- 7 Continuous Time Models -- 7.1 The Continuous Logistic Equation -- 7.2 Equilibrium States and their Stability -- 7.3 Continuous Logistic Equation with Harvesting -- 7.4 Summary -- 7.5 Exercises -- 7.6 References- -- 8 Organism-Organism Interaction Models -- 8.1 Interaction Models Introduction -- 8.2 Competition -- 8.3 Predator-Prey -- 8.4 Mutualism -- 8.5 Summary -- 8.6 Exercises -- 8.7 References- 9 Host-Parasitoid Models -- 9.1 Beddington Model -- 9.2 Some Solutions of the Beddington Model -- 9.3 MATLAB Solution for the Host-Parasitoid Model -- 9.4 Python Solution for the Host-Parasitoid Model -- 9.5 Summary -- 9.6 Exercises -- 9.7 References- 10 Competition Models with Logistic Term -- 10.1Addition of Logistic Term to Competition Models -- 10.2 Predator-Prey-Prey Three Species Model -- 10.3Predator-Prey-Prey Model Solutions -- 10.4 Summary -- 10.5Exercises -- 10.6References- 11 Infectious Disease Models -- 11.1 Basic Compartment Modeling Approaches -- 11.2SI Model -- 11.3SI model with Growth in S -- 11.4 Applications using Mathematica -- 11.5 Applications using MATLAB -- 11.6 Summary -- 11.7 Exercises -- 11.8 References- 12 Organism Environment Interactions -- 12.1 Introduction to Energy Budgets -- 12.2 Radiation -- 12.3 Convection -- 12.4 Transpiration -- 12.5 Total Energy Budget -- 12.6 Solving the Budget: Newton’s Method for Root Finding -- 12.7 Experimenting with the Leaf Energy Budget -- 12.8 Summary -- 12.9 Exercises -- 12.10 References- 13 Appendix 1: Brief Review of Differential Equations in Calculus- 14 Appendix 2: Numerical Solutions of ODEs- 15 Appendix 3: Tutorial on Mathematica- 16 Appendix 4: Tutorial on MATLAB- 17 Appendix 5: Tutorial on Python Programming- Index.
    Abstract: The textbook is designed to provide a "non-intimidating" entry to the field of mathematical biology. It is also useful for those wishing to teach an introductory course. Although there are many good mathematical biology texts available, most books are too advanced mathematically for most biology majors. Unlike undergraduate math majors, most biology major students possess a limited math background. Given that computational biology is a rapidly expanding field, more students should be encouraged to familiarize themselves with this powerful approach to understand complex biological phenomena. Ultimately, our goal with this undergraduate textbook is to provide an introduction to the interdisciplinary field of mathematical biology in a way that does not overly terrify an undergraduate biology major, thereby fostering a greater appreciation for the role of mathematics in biology.
    Type of Medium: Online Resource
    Pages: IX, 124 p. 71 illus., 66 illus. in color. , online resource.
    Edition: 1st ed. 2023.
    ISBN: 9783031402586
    DDC: 570
    Language: English
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 2
    Call number: IASS 12.0150
    Type of Medium: Monograph available for loan
    Pages: 143 S. : Ill., graph. Darst.
    ISBN: 9789279251962
    Branch Library: RIFS Library
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 3
    Monograph available for loan
    Monograph available for loan
    München : oekom Verlag
    Call number: PIK P 113-12-0139
    Description / Table of Contents: Contents: 1. Sonderweg Deutschlands oder international koordinierter Umbau? ; 2. Energie als Basis von Produktion, Atomstrom als Konfliktfeld ; 3. Kosten der Stromerzeugung, Unfallrisiken und Versicherungsfrage ; 4. Versicherung von Atomkraftwerken und Auswirkungen eines Super-GAUs auf die Staatsschuldenquote sowie die Euro-Stabilität ; 5. Verzerrungen der internationalen Arbeitsteilung ; 6. Wirtschaftspolitisches Zwischenfazit ; 7. Perspektiven einer nachhaltigen Energiewende in Deutschland ; 8. Globale Multiplikatoren bei der Energiewende ; Zusammenfassung
    Type of Medium: Monograph available for loan
    Pages: 284 S. : graph. Darst.
    ISBN: 9783865813183
    Location: A 18 - must be ordered
    Branch Library: PIK Library
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 4
    Monograph available for loan
    Monograph available for loan
    Boston [u.a.] : Pearson
    Call number: PIK M 032-13-0223
    Description / Table of Contents: Contents: 1 Introduction to Computers and C++ ; 2 Introduction to C++ Programming; Input/Output and Operators ; 3 Introduction to Classes, Objects and Strings ; 4 Control Statements: Part 1; Assignment, ++ and -- Operators ; 5 Control Statements: Part 2; Logical Operators ; 6 Functions and an Introduction to Recursion ; 7 Class Templates array and vector; Catching Exceptions ; 8 Pointers ; 9 Classes: A Deeper Look; Throwing Exceptions ; 10 Operator Overloading; Class string ; 11 Object-Oriented Programming: Inheritance ; 12 Object-Oriented Programming: Polymorphism ; 13 Stream Input/Output: A Deeper Look ; 14 File Processing ; 15 Standard Library Containers and Iterators ; 16 Standard Library Algorithms ; 17 Exception Handling: A Deeper Look ; 18 Introduction to Custom Templates ; 19 Custom Templatized Data Structures ; 20 Searching and Sorting ; 21 Class string and String Stream Processing: A Deeper Look ; 22 Bits, Characters, C Strings and structs ; 23 Other Topics
    Type of Medium: Monograph available for loan
    Pages: 1062 S. : graph. Darst.
    Edition: 9. ed., internat. ed.
    ISBN: 9780273793298
    Series Statement: How to program series
    Location: A 18 - must be ordered
    Branch Library: PIK Library
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 5
    Monograph available for loan
    Monograph available for loan
    Frankfurt a. Main : Suhrkamp
    Call number: M 11.0276
    Type of Medium: Monograph available for loan
    Pages: 113 S.
    ISBN: 9783518061763
    Classification:
    Ecology
    Location: Upper compact magazine
    Branch Library: GFZ Library
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 6
    Call number: PIK N 075-96-0082 ; AWI A11-96-0168
    In: NATO ASI Series
    Type of Medium: Monograph available for loan
    Pages: VII, 260 S. : Ill., graph. Darst.
    ISBN: 3540604332
    Series Statement: NATO ASI Series, Series I: Global Environmental Change; 35
    Location: A 18 - must be ordered
    Branch Library: PIK Library
    Branch Library: AWI Library
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 7
    Monograph available for loan
    Monograph available for loan
    Heidelberg [u.a.] : Spektrum Akad. Verl.
    Call number: AWI A12-94-0168 ; PIK N 442-95-0158
    Type of Medium: Monograph available for loan
    Pages: XVII, 511 S.
    ISBN: 3860252046
    Series Statement: Spektrum Lehrbuch
    Uniform Title: Atmospheric change : an earth system perspective
    Language: German
    Location: A 18 - must be ordered
    Branch Library: AWI Library
    Branch Library: PIK Library
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 8
    Call number: ZSP-686-220
    In: Report
    Pages: 63 S. : graph. Darst.
    Series Statement: Report / Max-Planck-Institut für Meteorologie 220
    Branch Library: GFZ Library
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 9
    Monograph available for loan
    Monograph available for loan
    München : C.H. Beck
    Call number: PIK D 024-02-0018 ; PIK D 024-92-1037
    Type of Medium: Monograph available for loan
    Pages: 270 S.
    Edition: 3. Aufl.
    ISBN: 3406331408
    Series Statement: Beck'sche Reihe 385
    Location: A 18 - must be ordered
    Location: A 18 - must be ordered
    Branch Library: PIK Library
    Branch Library: PIK Library
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 10
    Monograph available for loan
    Monograph available for loan
    Heidelberg [u.a.] : Spektrum
    Call number: MOP 47727
    Type of Medium: Monograph available for loan
    Pages: 230 S.
    Series Statement: Verständliche Forschung
    Location: MOP - must be ordered
    Branch Library: GFZ Library
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...