(b) For each of these survival rates, t1and t2, create one graph showing the size of each
subpopulation for the years 1997 through 2020. Be sure each plot contains a caption that
indicates the value of t. Attach both plots to this project.
Hints:
•The first step is to generate the yearly populations for 1997 – 2020 when t= 0.30.
with(plots): # load plots package
A[2,1] := 0.30; # change juvenile survival rate
•The next set of Maple commands displays the size of each subpopulation for t= 0.30.
only minor modifications are needed for t1and t2.
yr := vector( [ $ 1997 .. 2020)] ):
ptJ := zip( (x, y) -> [x, y], yr, Row(P, 1) ): # juveniles
ptS := zip( (x, y) -> [x, y], yr, Row(P, 2) ): # subadults
ptA := zip( (x, y) -> [x, y], yr, Row(P, 3) ): # adults
(c) What trends in the three age groups are apparent in the graphs? How do the plots with
t=t1and t=t2differ? How are they similar? Are these results consistent with what you
know about the dominant eigenvalue of the transition matrix? (It might help to look at
the eigenvalues of the transition matrix for these values of t.)
Maple Project page 3 of 4 Eigenvalue Analysis of the Spotted Owl
Maple Project page 3 of 4 Eigenvalue Analysis of the Spotted Owl
Maple Project page 3 of 4 Eigenvalue Analysis of the Spotted Owl