Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Simulating Ecological and Evolutionary Systems in C

Simulating Ecological and Evolutionary Systems in C

List Price: $36.99
Your Price: $36.99
Product Info Reviews

Description:

Written primarily as a textbook for undergraduates, graduates, and biological researchers, Simulating Ecological and Evolutionary Systems in C offers an introduction to writing C programs that simulate common ecological processes, as well as the mathematical models behind them.

This title offers an intriguing mix of several analytical models--expressed in the language of mathematics--that researchers have used over the years to explain such phenomena as predator-prey interactions, how foraging patterns affect a species population, and other biological processes. Throughout the book, readers are invited to try out these rules for themselves by using computer simulations that are written in C. As suggested, analytical models can be verified--and even challenged--by comparing them with evidence that's generated from computer simulations.

While this book offers plenty of mathematical background (it assumes knowledge of calculus and differential equations), it's actually much more accessible when it comes to programming. There's a basic tour of C from the ground up, including the basics of writing and compiling programs in Unix and Windows. Any reader with a willingness to learn C can try out these simulations (which will remind the computer hobbyist of Conway's Game of Life, a well-known simulation). While there are plenty of visualization techniques--through PostScript files--more computer-savvy readers can take these programs to the next level by adding real-time graphics. The text culminates in an introduction to genetic algorithms, an exciting area of recent research in which evolutionary processes are simulated in software.

For the student or specialist, this is a solid academic treatment of an exciting field of biological research. (Each chapter concludes with exercises for the classroom, and a section on sample software projects will help students hone their programming skills on a rich variety of biological problems.) For the game programmer or interested enthusiast, it provides a glimpse into the exciting world of biological simulations and some intriguing algorithms to try out on one's own. --Richard Dragan

Topics covered:

  • Overview of models for biological systems
  • Simulations vs. theoretical models
  • Predator-prey interactions
  • Tutorial to the C programming language (basic statements, and compiling and running programs)
  • Immigration-emigration models
  • Discrete time and continuous models
  • Using the vi editor
  • Birth-death example
  • Evaluating random number generators
  • Visualization techniques for data using PostScript files
  • Two species competition models
  • Sample programming projects for ecological researchers (including disease dynamics
  • Foraging models
  • Integration techniques
  • Pollen dispersal in space
  • Diffusion algorithms
  • Spatial predator-prey models
  • Resource allocation for plants (optimal allocation schedules for growth and reproduction)
  • Introduction to genetic algorithms and simulations
© 2004, ReviewFocus or its affiliates