(Pro Fx-1) Population processes
|
10-29-2019, 07:03 PM
(This post was last modified: 10-29-2019 07:04 PM by SlideRule.)
Post: #1
|
|||
|
|||
(Pro Fx-1) Population processes
Excerpts from Simulation of population processes with a programmable pocket calculator, N. A. C. KIDD, Journal of Biological Education (1979) 13 (4) 284-290
"Abstract A set of simulation models for use in teaching population dynamics is presented. One advantage of these models is that they are designed specifically for use with a programmable pocket calculator instead of a computer. They can be used to demonstrate growth of populations with discrete or overlapping generations and also to explore the effects of density dependent and density-independent mortality. … 1. Introduction This paper describes an adaptable simulation model which can be used in conjunction with a programmable calculator. … 2. The calculator Simulations were carried out using a Casio PRO fx-1 calculator … the programs provided in the Appendix are only applicable in their present form to the Casio calculators … … 3. The model … The pocket calculator can be programmed … to find the total number of immature individuals (larvae) and the total number of adults, and to display the answers for each day. The calculator will thus give a daily output of larvae and adults and cycle the simulation over as many days as the operator requires. 4. Discrete and overlapping generations (a) Discrete generations … Code: A. Program 1: Discrete generations Code: B. Program 2: Overlapping generations (a) Density-independent mortality … Code: C. Program 3: Density-independent mortality Code: D. Program 4: Density-dependent mortality The ideas presented in this paper demonstrate the potential of a simulation approach using programmable calculators in the teaching of population biology. While the programs can be used solely by the teacher to illustrate principles, their real value lies in the fact that they can be explored and experimented with by the student, either in an extended practical or in project work. … Appendix The programs used in the simulation exercises are given below (Casio calculator). The steps refer to the sequence of buttons to be pressed when entering the program into the calculator. The numbers in brackets indicate the line numbers of the program and are present only to facilitate the program notes. They are not to be entered into the calculator. The letter K prefixing a number indicates the use of a constant as opposed to a memory. The only programming difficulty lies in the daily ageing of the population. Instead of a series of separate commands to shift the value in memory 4 into memory 5, memory 3 into memory 4 and so on, the calculator uses only one set of commands for all of these operations (lines 4-8). This is done by using an independent memory I, which can store other memory numbers (IM being used instead of I in calculation steps). By repeating the same set of commands in a series of loops, each time altering the values of I, the calculator achieves the desired result, but with economy of programming steps. For example, the first time round the loop I is 4 (line 4). The value in memory 4 is then stored in memory 0.1 then becomes 5 and the value in memory 0 is put into memory 5. In effect, the number in age group 4 is shifted into age group 5. The next time round the loop I is 3 (line 4) with the end result that the value in memory 3 gets put into memory 4. When I finally becomes 1, the ageing process is complete and the program moves on to statement 3." The only url I could 'discover' was tandfonline, a pay-per-periodical site, sorry! Hope this is enough for Fx-1 aficionados. BEST! SlideRule ps: hopefully, no transcribe errors! |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)