SlideShare a Scribd company logo
1 of 12
Eigenvector Decomposition and Northern Spotted Owl Conservation
Joshua Track
MATH 280
03/23/2015
The northern spotted owl is a bird that resides around the Pacific Northwest, with its habitat
spanning approximately from northern California to southern Canada, and occupying a substantial
portion of Washington and Oregon. A good part of the economy in this region had been rooted in
logging and timber for over a hundred years, so the natural habitat of the northern spotted owl
subsequently diminished. As a result of the ever-shrinking natural habitat, the population of the
northern spotted owl had dropped to a point where the bird was listed as a threatened species under
the Endangered Species Act in 1990. (Conservation Northwest)
After being listed as a threatened species, several organizations such as the Northwest
Ecosystem Alliance, and the United States Fish and Wildlife Service studied the populations of
the northern spotted owl, and sought a way to further conservatory efforts. In 1991, Charles Biles,
a mathematician at Humboldt State University, and Barry R. Noon, a conservationist with the US
Forest Service published an article in the UMAP Journal outlining the mathematics used for the
purpose of spotted owl conservation. In The Spotted Owl, Biles demonstrates how systems of
equations involving the spotted owl populations at different stages in life, and their tendency to
survive and reproduce can yield the percentage of either growth or decline in northern spotted owl
population using an eigenvector decomposition (which will be explained further in this paper).
The method of eigenvector decomposition has since become standard practice in the study and
modeling of northern spotted owl conservation efforts.
Throughout this paper, there will be a variety of terminology used for the purpose of
explaining the processes involved in northern spotted owl conservation. It seems appropriate to
provide definitions for some of the less common terminology associated with the mathematical
processes outlined herein, as well as some terminology used in explaining conservatory efforts.
Two mathematical terms that will be seen regularly in this paper are eigenvalue and eigenvector.
An eigenvalue for an arbitrary matrix A is a scalar λ such that the matrix equation Ax = λx has a
solution for some non-zero vector x. An eigenvector for an arbitrary matrix A is a non-zero vector
x such that Ax = λx for some scalar λ. (Lay, A9) How these operations work specifically will be
shown later in a basic walkthrough. It should be noted that this paper is written with the assumption
that the reader minimally has a fundamental understanding of basic linear algebraic concepts and
a several other mathematical operations which are essential in understanding the applications of
this particular study.
A non-mathematical term that seems like a good idea to define is fecundity, as this is a
term that is frequently used in the development of systems of equations for northern spotted owl
conservation study, and will be used several times throughout the course of this paper. Fecundity,
as it pertains to the northern spotted owl, refers to the ability of owls in a particular age bracket to
produce offspring. This is important because fecundity is tantamount in determining the rate of
growth or decline of this particular population.
The next part of this paper will demonstrate the basic process of an eigenvector
decomposition. The first part will consist of a detailed outline using an arbitrary 3 x 3 matrix, the
scalar λ, and the identity matrix, denoted I. The process of eigenvector decomposition is described
by the following characteristic equation:
det (A- λI) = 0
For those unfamiliar with the terminology, this means that the eigenvalues can be found by
finding the product of λ and the identity matrix, I, subtracting that product from the matrix A,
finding the determinant of the resultant matrix thereafter, and factoring to find the values of λ. In
most cases, the determinant will yield a polynomial that must be factored to find the values for λ,
which are the eigenvalues. Consider the first problem, with an arbitrary 3 x 3 matrix. Underneath
each of the units in this matrix, there is a symbol to describe what each matrix is corresponding to
the in explanations listed earlier.
det [
1 2 3
4 5 6
7 8 9
] – λ [
1 0 0
0 1 0
0 0 1
] = 0
determinant (A - λ I)
The first order of business is to multiply the scalar λ by the identity matrix, I. This yields:
det [
1 2 3
4 5 6
7 8 9
] - [
λ 0 0
0 λ 0
0 0 λ
] = 0
Next is a basic matrix subtraction problem, which will consolidate these two matrices into one
matrix yielding:
det [
1 − λ 2 3
4 5 − λ 6
7 8 9 − λ
] = 0
After the matrix is consolidated, we must then find the determinant as follows:
1-λ |
5 − λ 6
8 9 − λ
| – 2 |
4 6
7 9 − λ
| + 3 |
4 5 − λ
7 8
|
1-λ (λ2
-14 λ-3) – 2 (-λ-6) + 3 (7 λ-3)
After completing the process of finding the determinant, combining like terms, and setting the
result equal to zero, the resulting polynomial equation for λ is as follows:
−λ3
+ 15 𝜆2
+ 18λ = 0
λ2
- 15 λ -18 = 0
To find the eigenvalues of this equation, we must solve the equation for λ. The values of λ are the
eigenvalues. This can be accomplished by factoring, or utilizing the quadratic formula. For the
sake of making this paper look more mathematically adept, the next step will outline the use of the
quadratic formula. It must be noted, however, that later problems demonstrated will show the
eigenvalues after having been calculated using the assistance of Maple software.
λ =
15 ± √225+72
2
λ =
15
2
±
3
2
√33
In this case, the result is two real eigenvalues. In further examples, the results may not be as nice
looking, and approximations to several significant figures may be used. It must also be reiterated
that the previous case was completely arbitrary and meant only as a primer to the problems which
will be demonstrated later in this writing, and as a basis for how to obtain eigenvalues via
eigenvector decomposition.
Now, consider the second problem, which is listed in a supplement to the Lay text available
online. The problem in review is question number one from Case Study: Dynamical Systems and
Spotted Owls. Let’s first review the information provided in the case study, an explanation will
then be provided as to how to construct the dynamical system needed to perform the subsequent
eigenvector decomposition. “The most recent spotted owl data available gives the following for
the matrix A: Juvenile Survival .33, Sub-adult Survival .85, Adult Survival .85, Sub-adult
Fecundity .125, Adult Fecundity .26.” (Lay, pp. 3) After inputting the data in a stage-matrix, an
explanation for the transcription will be afforded. The transcribed matrix yields:
[
0 . 125 . 26
. 33 0 0
0 . 85 . 85
]
The first column of the matrix describes the behavior and tendencies of juvenile spotted owls.
Since juveniles do not tend to reproduce, their fecundity is described in the matrix as zero. The
middle column describes the survival rate and fecundity of the sub-adult owls. The top row
describes the fecundity, and the bottom two rows describe the survival rate. The same holds for
the third column as it applies to adult owl population. According to Lay in the spotted owl
supplement, the model for this matrix is called the stage-matrix model for a population. (Lay, 1)
Next, the previous matrix will be applied to the eigenvector decomposition formula, recall the
formula is det (A-λI), yielding:
[
0 . 125 . 26
. 33 0 0
0 . 85 . 85
] – λ [
1 0 0
0 1 0
0 0 1
]
The process outlined here is the same as the process outlined in the previous example with the
arbitrary matrix. Therefore, the next step is to multiply the λ vector by the identity matrix I.
[
0 . 125 . 26
. 33 0 0
0 . 85 . 85
] - [
λ 0 0
0 λ 0
0 0 λ
]
After subtracting the λ identity matrix from the fecundity and survival matrix, the remaining matrix
yields:
[
−𝜆 . 125 . 26
. 33 −𝜆 0
0 . 85 . 85 − 𝜆
]
Now, the determinant of the matrix must be found.
- 𝜆 |
−𝜆 0
. 85 . 85 − 𝜆
| - .125 |
. 33 0
0 . 85 − 𝜆
| + .26 |
. 33 −𝜆
0 . 85
|
.85 𝜆2
- 𝜆3
+ .0378675 + .04125 𝜆
With the assistance of Maple software, the eigenvalues from the polynomial shown above are
listed as:
0.9371354439
0.04356772197 - 0.1962385450i
0.04356772197 - 0.1962385450i
Note, the bottom two eigenvalues are complex, which are beyond the scope of this paper, though
they are listed here to show the complete result of the decomposition. The eigenvalue of import is
the one listed at the top. According to the Spotted Owl Case Study, “If λ is a real number greater
than 1 and all the other eigenvalues are less than 1 in magnitude, then the population is increasing
exponentially. In this case the eigenvector gives the stable distribution of the population between
classes, and yields the percentages found in each class if scaled so that its entries sum to 1.” (Lay,
pp. 2)
According to Lay, the important number in this decomposition is 0.9371354439. This
number corresponds to the increase or decrease in spotted owl population. If we were to decompose
a data set resulting with a real eigenvalue greater than one, the conclusion would be that the
population is increasing, or has increased. In the case of this particular problem, the resulting
eigenvalue is less than 1, which means that the data set for this particular case indicates a decrease
in spotted owl population.
The last example will review the most recent available set of data, whereupon the current
state of affairs of northern spotted owl population will be determined. In an article entitled Status
and Trends of Northern Spotted Owl Populations, there is a plethora of data which will be utilized
to find the current survival rate of northern spotted owls. The following images are tables that are
included in the aforementioned articles and will be used as the primary reference for constructing
the matrix which will be the basis for impending eigenvector decomposition. The first image is a
table of average survival rates for 1, 2, and 3+ year old northern spotted owls:
(Davis, Dugger, Mohoric, Evers, Aney, pp. 11)
It should be noted that the survival rates listed are for several different regions, and vary
from region to region. Because of this variance, the survival rates for the three groups will be
averaged to obtain an overall population growth or decline model in a basic stage-matrix. The next
table is taken from the same journal, and outlines fecundity:
(Davis, Dugger, Mohoric, Evers, Aney, pp. 12).
By utilizing the method of finding an arithmetic mean with the data provided by the
aforementioned authors, we can conclude that the average survival rate of 1 year old spotted owls
is .70422, for 2 years old: .80144, and 3+ years old: .84567. The corresponding fecundity averages
are as follows: 1 year old: .06467, 2 years old: .25911, and for 3+ years old: .34378. The
eigenvector decomposition model from the previous examples with the survival and fecundity
averages taken from recent data yields the following stage-matrix model:
[
. 06467 . 25911 . 34378
. 70422 0 0
0 . 80144 . 84567
]
With this matrix, the formula for eigenvector decomposition will be applied, and the necessary
mathematical operations will be applied to find the eigenvalues, and thereafter determine the
overall population growth and decline.
[
. 06467 . 25911 . 34378
. 70422 0 0
0 . 80144 . 84567
] – λ [
1 0 0
0 1 0
0 0 1
]
[
. 06467 . 25911 . 34378
. 70422 0 0
0 . 80144 . 84567
]- [
𝜆 0 0
0 𝜆 0
0 0 𝜆
]
[
. 06467 − 𝜆 . 25911 . 34378
. 70422 −𝜆 0
0 . 80144 . 84567 − 𝜆
]
.06467- 𝜆 |
−𝜆 0
. 80144 . 84567 − 𝜆
| - .25911|
. 70422 0
0 . 84567 − 𝜆
| + .34378|
. 70422 −𝜆
0 . 80144
|
-𝜆3
+ .91034𝜆2
+ .12778𝜆 + .03972
-𝜆3
+ .91034𝜆2
+ .12778𝜆 + .03972 = 0
After inputting the above matrix in Maple, the software results yielded the following eigenvalues,
shortened to five significant figures:
1.06528
-.07747 + .01768i
-.07747 + .01768i
After reviewing the data, and the resulting eigenvalues after decomposition, it can be seen
that for the most recent data set that could be acquired the 𝜆 value for the real eigenvalue is
1.06528, and the subsequent eigenvalues are less than 1, indicating a notable growth in northern
spotted owl population. This is good. Thanks to the wit of mathematicians, and the diligent efforts
of conservationists in the Pacific Northwest, the northern spotted owl population can hopefully
live to thrive and grow another year. More information about northern spotted owl conservation
efforts can be found on the references page of this paper.
References
Biles, C., & Noon, B. (1990). The Spotted Owl. The UMAP Journal, 11.2, 99-109.
Conservation Northwest (2015). The Northern Spotted Owl. Retrieved from:
http://www.conservationnw.org/what-we-do/wildlife-habitat/northern-spotted-owl
Davis, R., Dugger, K., Mohoric, S., Evers, L., & Aney, W. (2011) Status and Trends of Northern
Spotted Owl Populations and Habitats. United States Department of Agriculture, United
States Forest Service, Pacific Northwest Research Station.
Lay, D. (2012). Eigenvalues and Eigenvectors. Linear Algebra and its applications, (pp. 265-324).
United States: Addison-Wesley.
Lay, D. (2003). Case Study: Dynamical Systems and Spotted Owls. United States: Addison-
Wesley. Retrieved from:
http://media.pearsoncmg.com/aw/aw_lay_linearalg_updated_cw_3/cs_apps/lay03_05_c
s.pdf

More Related Content

What's hot

Introduction to Groups and Permutation Groups
Introduction to Groups and Permutation GroupsIntroduction to Groups and Permutation Groups
Introduction to Groups and Permutation GroupsAmit Amola
 
Eigen values and eigen vectors
Eigen values and eigen vectorsEigen values and eigen vectors
Eigen values and eigen vectorstirath prajapati
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Eigenvectors & Eigenvalues: The Road to Diagonalisation
Eigenvectors & Eigenvalues: The Road to DiagonalisationEigenvectors & Eigenvalues: The Road to Diagonalisation
Eigenvectors & Eigenvalues: The Road to DiagonalisationChristopher Gratton
 
Linear Regression and Logistic Regression in ML
Linear Regression and Logistic Regression in MLLinear Regression and Logistic Regression in ML
Linear Regression and Logistic Regression in MLKumud Arora
 

What's hot (7)

Power method
Power methodPower method
Power method
 
Introduction to Groups and Permutation Groups
Introduction to Groups and Permutation GroupsIntroduction to Groups and Permutation Groups
Introduction to Groups and Permutation Groups
 
Stat sample test ch 11
Stat sample test ch 11Stat sample test ch 11
Stat sample test ch 11
 
Eigen values and eigen vectors
Eigen values and eigen vectorsEigen values and eigen vectors
Eigen values and eigen vectors
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Eigenvectors & Eigenvalues: The Road to Diagonalisation
Eigenvectors & Eigenvalues: The Road to DiagonalisationEigenvectors & Eigenvalues: The Road to Diagonalisation
Eigenvectors & Eigenvalues: The Road to Diagonalisation
 
Linear Regression and Logistic Regression in ML
Linear Regression and Logistic Regression in MLLinear Regression and Logistic Regression in ML
Linear Regression and Logistic Regression in ML
 

Viewers also liked

Finanziamenti agevolati Veneto Sviluppo Spa
Finanziamenti agevolati Veneto Sviluppo SpaFinanziamenti agevolati Veneto Sviluppo Spa
Finanziamenti agevolati Veneto Sviluppo SpaLEOPOLDO NOVENTA
 
Tugasan 1 instruksional
Tugasan 1 instruksionalTugasan 1 instruksional
Tugasan 1 instruksionalshamsuhaila85
 
Graham Winsor Resume July 2015
Graham Winsor Resume July 2015Graham Winsor Resume July 2015
Graham Winsor Resume July 2015Graham Winsor
 
10 Herramientas TIC
10 Herramientas TIC10 Herramientas TIC
10 Herramientas TICKevinKno14
 
Finned Tubes and Pipes Heat Exchangers
Finned Tubes and Pipes Heat ExchangersFinned Tubes and Pipes Heat Exchangers
Finned Tubes and Pipes Heat ExchangersJoshAhmed
 
Heat Exchanger Retube
Heat Exchanger RetubeHeat Exchanger Retube
Heat Exchanger RetubeJoshAhmed
 
Jan 2013 St George's Presentation for midwives
Jan 2013 St George's Presentation for midwivesJan 2013 St George's Presentation for midwives
Jan 2013 St George's Presentation for midwivesGroupBStrepSupport
 
Pola penyelidikan ict dalam pendidikan guru malaysia
Pola penyelidikan ict dalam pendidikan guru malaysiaPola penyelidikan ict dalam pendidikan guru malaysia
Pola penyelidikan ict dalam pendidikan guru malaysiashamsuhaila85
 

Viewers also liked (17)

BlackstoneSession11Salad
BlackstoneSession11SaladBlackstoneSession11Salad
BlackstoneSession11Salad
 
Tugasan 1 web
Tugasan 1 webTugasan 1 web
Tugasan 1 web
 
Ashim_linkedin
Ashim_linkedinAshim_linkedin
Ashim_linkedin
 
Finanziamenti agevolati Veneto Sviluppo Spa
Finanziamenti agevolati Veneto Sviluppo SpaFinanziamenti agevolati Veneto Sviluppo Spa
Finanziamenti agevolati Veneto Sviluppo Spa
 
Tugasan 1 kpt 6044
Tugasan 1 kpt 6044Tugasan 1 kpt 6044
Tugasan 1 kpt 6044
 
портфоліо
портфоліопортфоліо
портфоліо
 
Tugasan 1 instruksional
Tugasan 1 instruksionalTugasan 1 instruksional
Tugasan 1 instruksional
 
Graham Winsor Resume July 2015
Graham Winsor Resume July 2015Graham Winsor Resume July 2015
Graham Winsor Resume July 2015
 
NEURO PAPER
NEURO PAPERNEURO PAPER
NEURO PAPER
 
10 Herramientas TIC
10 Herramientas TIC10 Herramientas TIC
10 Herramientas TIC
 
Arqiva RNLI Case Study
Arqiva RNLI Case StudyArqiva RNLI Case Study
Arqiva RNLI Case Study
 
KPT 6044
KPT 6044KPT 6044
KPT 6044
 
7 minute workout
7 minute workout7 minute workout
7 minute workout
 
Finned Tubes and Pipes Heat Exchangers
Finned Tubes and Pipes Heat ExchangersFinned Tubes and Pipes Heat Exchangers
Finned Tubes and Pipes Heat Exchangers
 
Heat Exchanger Retube
Heat Exchanger RetubeHeat Exchanger Retube
Heat Exchanger Retube
 
Jan 2013 St George's Presentation for midwives
Jan 2013 St George's Presentation for midwivesJan 2013 St George's Presentation for midwives
Jan 2013 St George's Presentation for midwives
 
Pola penyelidikan ict dalam pendidikan guru malaysia
Pola penyelidikan ict dalam pendidikan guru malaysiaPola penyelidikan ict dalam pendidikan guru malaysia
Pola penyelidikan ict dalam pendidikan guru malaysia
 

Similar to LAFinalDraftJoshuaTrack

Swarm Intelligence Based Algorithms: A Critical Analysis
Swarm Intelligence Based Algorithms: A Critical AnalysisSwarm Intelligence Based Algorithms: A Critical Analysis
Swarm Intelligence Based Algorithms: A Critical AnalysisXin-She Yang
 
Eigen-Decomposition: Eigenvalues and Eigenvectors.pdf
Eigen-Decomposition: Eigenvalues and Eigenvectors.pdfEigen-Decomposition: Eigenvalues and Eigenvectors.pdf
Eigen-Decomposition: Eigenvalues and Eigenvectors.pdfNehaVerma933923
 
Mathematical Methods for Engineers 2 (MATH1064)Leslie matr.docx
Mathematical Methods for Engineers 2 (MATH1064)Leslie matr.docxMathematical Methods for Engineers 2 (MATH1064)Leslie matr.docx
Mathematical Methods for Engineers 2 (MATH1064)Leslie matr.docxandreecapon
 
Eigenvalues and eigenvectors
Eigenvalues and eigenvectorsEigenvalues and eigenvectors
Eigenvalues and eigenvectorsiraq
 
Whale optimizatio algorithm
Whale optimizatio algorithmWhale optimizatio algorithm
Whale optimizatio algorithmAhmed Fouad Ali
 
Forecasting With An Adaptive Control Algorithm
Forecasting With An Adaptive Control AlgorithmForecasting With An Adaptive Control Algorithm
Forecasting With An Adaptive Control Algorithmshwetakarsh
 
Get Multiple Regression Assignment Help
Get Multiple Regression Assignment Help Get Multiple Regression Assignment Help
Get Multiple Regression Assignment Help HelpWithAssignment.com
 
directed-research-report
directed-research-reportdirected-research-report
directed-research-reportRyen Krusinga
 
Alacart Poor man's classification trees
Alacart Poor man's classification treesAlacart Poor man's classification trees
Alacart Poor man's classification treesLeonardo Auslender
 
Fuzzy Set Theory and Classical Set Theory (Soft Computing)
Fuzzy Set Theory and Classical Set Theory (Soft Computing)Fuzzy Set Theory and Classical Set Theory (Soft Computing)
Fuzzy Set Theory and Classical Set Theory (Soft Computing)Amit Kumar Rathi
 
Eigen value and Eigen Vector.pptx
Eigen value and Eigen Vector.pptxEigen value and Eigen Vector.pptx
Eigen value and Eigen Vector.pptxMahesh Kumar Lohano
 
Sec 3.4 Eigen values and Eigen vectors.pptx
Sec 3.4 Eigen values and Eigen vectors.pptxSec 3.4 Eigen values and Eigen vectors.pptx
Sec 3.4 Eigen values and Eigen vectors.pptxMohammedZahid47
 
Multiclass Logistic Regression: Derivation and Apache Spark Examples
Multiclass Logistic Regression: Derivation and Apache Spark ExamplesMulticlass Logistic Regression: Derivation and Apache Spark Examples
Multiclass Logistic Regression: Derivation and Apache Spark ExamplesMarjan Sterjev
 
COVARIANCE ESTIMATION AND RELATED PROBLEMS IN PORTFOLIO OPTIMI
COVARIANCE ESTIMATION AND RELATED PROBLEMS IN PORTFOLIO OPTIMICOVARIANCE ESTIMATION AND RELATED PROBLEMS IN PORTFOLIO OPTIMI
COVARIANCE ESTIMATION AND RELATED PROBLEMS IN PORTFOLIO OPTIMICruzIbarra161
 
Transportation and logistics modeling 2
Transportation and logistics modeling 2Transportation and logistics modeling 2
Transportation and logistics modeling 2karim sal3awi
 

Similar to LAFinalDraftJoshuaTrack (20)

Swarm Intelligence Based Algorithms: A Critical Analysis
Swarm Intelligence Based Algorithms: A Critical AnalysisSwarm Intelligence Based Algorithms: A Critical Analysis
Swarm Intelligence Based Algorithms: A Critical Analysis
 
Eigen-Decomposition: Eigenvalues and Eigenvectors.pdf
Eigen-Decomposition: Eigenvalues and Eigenvectors.pdfEigen-Decomposition: Eigenvalues and Eigenvectors.pdf
Eigen-Decomposition: Eigenvalues and Eigenvectors.pdf
 
Mathematical Methods for Engineers 2 (MATH1064)Leslie matr.docx
Mathematical Methods for Engineers 2 (MATH1064)Leslie matr.docxMathematical Methods for Engineers 2 (MATH1064)Leslie matr.docx
Mathematical Methods for Engineers 2 (MATH1064)Leslie matr.docx
 
Eigenvalues and eigenvectors
Eigenvalues and eigenvectorsEigenvalues and eigenvectors
Eigenvalues and eigenvectors
 
Eigen value and vectors
Eigen value and vectorsEigen value and vectors
Eigen value and vectors
 
Whale optimizatio algorithm
Whale optimizatio algorithmWhale optimizatio algorithm
Whale optimizatio algorithm
 
Matrices ppt
Matrices pptMatrices ppt
Matrices ppt
 
matrices-1.pdf
matrices-1.pdfmatrices-1.pdf
matrices-1.pdf
 
Forecasting With An Adaptive Control Algorithm
Forecasting With An Adaptive Control AlgorithmForecasting With An Adaptive Control Algorithm
Forecasting With An Adaptive Control Algorithm
 
Get Multiple Regression Assignment Help
Get Multiple Regression Assignment Help Get Multiple Regression Assignment Help
Get Multiple Regression Assignment Help
 
directed-research-report
directed-research-reportdirected-research-report
directed-research-report
 
Alacart Poor man's classification trees
Alacart Poor man's classification treesAlacart Poor man's classification trees
Alacart Poor man's classification trees
 
SwingOptions
SwingOptionsSwingOptions
SwingOptions
 
Fuzzy Set Theory and Classical Set Theory (Soft Computing)
Fuzzy Set Theory and Classical Set Theory (Soft Computing)Fuzzy Set Theory and Classical Set Theory (Soft Computing)
Fuzzy Set Theory and Classical Set Theory (Soft Computing)
 
Eigen value and Eigen Vector.pptx
Eigen value and Eigen Vector.pptxEigen value and Eigen Vector.pptx
Eigen value and Eigen Vector.pptx
 
Sec 3.4 Eigen values and Eigen vectors.pptx
Sec 3.4 Eigen values and Eigen vectors.pptxSec 3.4 Eigen values and Eigen vectors.pptx
Sec 3.4 Eigen values and Eigen vectors.pptx
 
Multiclass Logistic Regression: Derivation and Apache Spark Examples
Multiclass Logistic Regression: Derivation and Apache Spark ExamplesMulticlass Logistic Regression: Derivation and Apache Spark Examples
Multiclass Logistic Regression: Derivation and Apache Spark Examples
 
ResearchPaper
ResearchPaperResearchPaper
ResearchPaper
 
COVARIANCE ESTIMATION AND RELATED PROBLEMS IN PORTFOLIO OPTIMI
COVARIANCE ESTIMATION AND RELATED PROBLEMS IN PORTFOLIO OPTIMICOVARIANCE ESTIMATION AND RELATED PROBLEMS IN PORTFOLIO OPTIMI
COVARIANCE ESTIMATION AND RELATED PROBLEMS IN PORTFOLIO OPTIMI
 
Transportation and logistics modeling 2
Transportation and logistics modeling 2Transportation and logistics modeling 2
Transportation and logistics modeling 2
 

LAFinalDraftJoshuaTrack

  • 1. Eigenvector Decomposition and Northern Spotted Owl Conservation Joshua Track MATH 280 03/23/2015
  • 2. The northern spotted owl is a bird that resides around the Pacific Northwest, with its habitat spanning approximately from northern California to southern Canada, and occupying a substantial portion of Washington and Oregon. A good part of the economy in this region had been rooted in logging and timber for over a hundred years, so the natural habitat of the northern spotted owl subsequently diminished. As a result of the ever-shrinking natural habitat, the population of the northern spotted owl had dropped to a point where the bird was listed as a threatened species under the Endangered Species Act in 1990. (Conservation Northwest) After being listed as a threatened species, several organizations such as the Northwest Ecosystem Alliance, and the United States Fish and Wildlife Service studied the populations of the northern spotted owl, and sought a way to further conservatory efforts. In 1991, Charles Biles, a mathematician at Humboldt State University, and Barry R. Noon, a conservationist with the US Forest Service published an article in the UMAP Journal outlining the mathematics used for the purpose of spotted owl conservation. In The Spotted Owl, Biles demonstrates how systems of equations involving the spotted owl populations at different stages in life, and their tendency to survive and reproduce can yield the percentage of either growth or decline in northern spotted owl population using an eigenvector decomposition (which will be explained further in this paper). The method of eigenvector decomposition has since become standard practice in the study and modeling of northern spotted owl conservation efforts. Throughout this paper, there will be a variety of terminology used for the purpose of explaining the processes involved in northern spotted owl conservation. It seems appropriate to provide definitions for some of the less common terminology associated with the mathematical processes outlined herein, as well as some terminology used in explaining conservatory efforts. Two mathematical terms that will be seen regularly in this paper are eigenvalue and eigenvector.
  • 3. An eigenvalue for an arbitrary matrix A is a scalar λ such that the matrix equation Ax = λx has a solution for some non-zero vector x. An eigenvector for an arbitrary matrix A is a non-zero vector x such that Ax = λx for some scalar λ. (Lay, A9) How these operations work specifically will be shown later in a basic walkthrough. It should be noted that this paper is written with the assumption that the reader minimally has a fundamental understanding of basic linear algebraic concepts and a several other mathematical operations which are essential in understanding the applications of this particular study. A non-mathematical term that seems like a good idea to define is fecundity, as this is a term that is frequently used in the development of systems of equations for northern spotted owl conservation study, and will be used several times throughout the course of this paper. Fecundity, as it pertains to the northern spotted owl, refers to the ability of owls in a particular age bracket to produce offspring. This is important because fecundity is tantamount in determining the rate of growth or decline of this particular population. The next part of this paper will demonstrate the basic process of an eigenvector decomposition. The first part will consist of a detailed outline using an arbitrary 3 x 3 matrix, the scalar λ, and the identity matrix, denoted I. The process of eigenvector decomposition is described by the following characteristic equation: det (A- λI) = 0 For those unfamiliar with the terminology, this means that the eigenvalues can be found by finding the product of λ and the identity matrix, I, subtracting that product from the matrix A, finding the determinant of the resultant matrix thereafter, and factoring to find the values of λ. In most cases, the determinant will yield a polynomial that must be factored to find the values for λ,
  • 4. which are the eigenvalues. Consider the first problem, with an arbitrary 3 x 3 matrix. Underneath each of the units in this matrix, there is a symbol to describe what each matrix is corresponding to the in explanations listed earlier. det [ 1 2 3 4 5 6 7 8 9 ] – λ [ 1 0 0 0 1 0 0 0 1 ] = 0 determinant (A - λ I) The first order of business is to multiply the scalar λ by the identity matrix, I. This yields: det [ 1 2 3 4 5 6 7 8 9 ] - [ λ 0 0 0 λ 0 0 0 λ ] = 0 Next is a basic matrix subtraction problem, which will consolidate these two matrices into one matrix yielding: det [ 1 − λ 2 3 4 5 − λ 6 7 8 9 − λ ] = 0 After the matrix is consolidated, we must then find the determinant as follows: 1-λ | 5 − λ 6 8 9 − λ | – 2 | 4 6 7 9 − λ | + 3 | 4 5 − λ 7 8 | 1-λ (λ2 -14 λ-3) – 2 (-λ-6) + 3 (7 λ-3) After completing the process of finding the determinant, combining like terms, and setting the result equal to zero, the resulting polynomial equation for λ is as follows: −λ3 + 15 𝜆2 + 18λ = 0 λ2 - 15 λ -18 = 0
  • 5. To find the eigenvalues of this equation, we must solve the equation for λ. The values of λ are the eigenvalues. This can be accomplished by factoring, or utilizing the quadratic formula. For the sake of making this paper look more mathematically adept, the next step will outline the use of the quadratic formula. It must be noted, however, that later problems demonstrated will show the eigenvalues after having been calculated using the assistance of Maple software. λ = 15 ± √225+72 2 λ = 15 2 ± 3 2 √33 In this case, the result is two real eigenvalues. In further examples, the results may not be as nice looking, and approximations to several significant figures may be used. It must also be reiterated that the previous case was completely arbitrary and meant only as a primer to the problems which will be demonstrated later in this writing, and as a basis for how to obtain eigenvalues via eigenvector decomposition. Now, consider the second problem, which is listed in a supplement to the Lay text available online. The problem in review is question number one from Case Study: Dynamical Systems and Spotted Owls. Let’s first review the information provided in the case study, an explanation will then be provided as to how to construct the dynamical system needed to perform the subsequent eigenvector decomposition. “The most recent spotted owl data available gives the following for the matrix A: Juvenile Survival .33, Sub-adult Survival .85, Adult Survival .85, Sub-adult Fecundity .125, Adult Fecundity .26.” (Lay, pp. 3) After inputting the data in a stage-matrix, an explanation for the transcription will be afforded. The transcribed matrix yields: [ 0 . 125 . 26 . 33 0 0 0 . 85 . 85 ]
  • 6. The first column of the matrix describes the behavior and tendencies of juvenile spotted owls. Since juveniles do not tend to reproduce, their fecundity is described in the matrix as zero. The middle column describes the survival rate and fecundity of the sub-adult owls. The top row describes the fecundity, and the bottom two rows describe the survival rate. The same holds for the third column as it applies to adult owl population. According to Lay in the spotted owl supplement, the model for this matrix is called the stage-matrix model for a population. (Lay, 1) Next, the previous matrix will be applied to the eigenvector decomposition formula, recall the formula is det (A-λI), yielding: [ 0 . 125 . 26 . 33 0 0 0 . 85 . 85 ] – λ [ 1 0 0 0 1 0 0 0 1 ] The process outlined here is the same as the process outlined in the previous example with the arbitrary matrix. Therefore, the next step is to multiply the λ vector by the identity matrix I. [ 0 . 125 . 26 . 33 0 0 0 . 85 . 85 ] - [ λ 0 0 0 λ 0 0 0 λ ] After subtracting the λ identity matrix from the fecundity and survival matrix, the remaining matrix yields: [ −𝜆 . 125 . 26 . 33 −𝜆 0 0 . 85 . 85 − 𝜆 ] Now, the determinant of the matrix must be found. - 𝜆 | −𝜆 0 . 85 . 85 − 𝜆 | - .125 | . 33 0 0 . 85 − 𝜆 | + .26 | . 33 −𝜆 0 . 85 | .85 𝜆2 - 𝜆3 + .0378675 + .04125 𝜆
  • 7. With the assistance of Maple software, the eigenvalues from the polynomial shown above are listed as: 0.9371354439 0.04356772197 - 0.1962385450i 0.04356772197 - 0.1962385450i Note, the bottom two eigenvalues are complex, which are beyond the scope of this paper, though they are listed here to show the complete result of the decomposition. The eigenvalue of import is the one listed at the top. According to the Spotted Owl Case Study, “If λ is a real number greater than 1 and all the other eigenvalues are less than 1 in magnitude, then the population is increasing exponentially. In this case the eigenvector gives the stable distribution of the population between classes, and yields the percentages found in each class if scaled so that its entries sum to 1.” (Lay, pp. 2) According to Lay, the important number in this decomposition is 0.9371354439. This number corresponds to the increase or decrease in spotted owl population. If we were to decompose a data set resulting with a real eigenvalue greater than one, the conclusion would be that the population is increasing, or has increased. In the case of this particular problem, the resulting eigenvalue is less than 1, which means that the data set for this particular case indicates a decrease in spotted owl population. The last example will review the most recent available set of data, whereupon the current state of affairs of northern spotted owl population will be determined. In an article entitled Status and Trends of Northern Spotted Owl Populations, there is a plethora of data which will be utilized to find the current survival rate of northern spotted owls. The following images are tables that are
  • 8. included in the aforementioned articles and will be used as the primary reference for constructing the matrix which will be the basis for impending eigenvector decomposition. The first image is a table of average survival rates for 1, 2, and 3+ year old northern spotted owls: (Davis, Dugger, Mohoric, Evers, Aney, pp. 11) It should be noted that the survival rates listed are for several different regions, and vary from region to region. Because of this variance, the survival rates for the three groups will be averaged to obtain an overall population growth or decline model in a basic stage-matrix. The next table is taken from the same journal, and outlines fecundity:
  • 9. (Davis, Dugger, Mohoric, Evers, Aney, pp. 12). By utilizing the method of finding an arithmetic mean with the data provided by the aforementioned authors, we can conclude that the average survival rate of 1 year old spotted owls is .70422, for 2 years old: .80144, and 3+ years old: .84567. The corresponding fecundity averages are as follows: 1 year old: .06467, 2 years old: .25911, and for 3+ years old: .34378. The eigenvector decomposition model from the previous examples with the survival and fecundity averages taken from recent data yields the following stage-matrix model: [ . 06467 . 25911 . 34378 . 70422 0 0 0 . 80144 . 84567 ] With this matrix, the formula for eigenvector decomposition will be applied, and the necessary mathematical operations will be applied to find the eigenvalues, and thereafter determine the overall population growth and decline.
  • 10. [ . 06467 . 25911 . 34378 . 70422 0 0 0 . 80144 . 84567 ] – λ [ 1 0 0 0 1 0 0 0 1 ] [ . 06467 . 25911 . 34378 . 70422 0 0 0 . 80144 . 84567 ]- [ 𝜆 0 0 0 𝜆 0 0 0 𝜆 ] [ . 06467 − 𝜆 . 25911 . 34378 . 70422 −𝜆 0 0 . 80144 . 84567 − 𝜆 ] .06467- 𝜆 | −𝜆 0 . 80144 . 84567 − 𝜆 | - .25911| . 70422 0 0 . 84567 − 𝜆 | + .34378| . 70422 −𝜆 0 . 80144 | -𝜆3 + .91034𝜆2 + .12778𝜆 + .03972 -𝜆3 + .91034𝜆2 + .12778𝜆 + .03972 = 0 After inputting the above matrix in Maple, the software results yielded the following eigenvalues, shortened to five significant figures: 1.06528 -.07747 + .01768i -.07747 + .01768i After reviewing the data, and the resulting eigenvalues after decomposition, it can be seen that for the most recent data set that could be acquired the 𝜆 value for the real eigenvalue is 1.06528, and the subsequent eigenvalues are less than 1, indicating a notable growth in northern spotted owl population. This is good. Thanks to the wit of mathematicians, and the diligent efforts of conservationists in the Pacific Northwest, the northern spotted owl population can hopefully
  • 11. live to thrive and grow another year. More information about northern spotted owl conservation efforts can be found on the references page of this paper.
  • 12. References Biles, C., & Noon, B. (1990). The Spotted Owl. The UMAP Journal, 11.2, 99-109. Conservation Northwest (2015). The Northern Spotted Owl. Retrieved from: http://www.conservationnw.org/what-we-do/wildlife-habitat/northern-spotted-owl Davis, R., Dugger, K., Mohoric, S., Evers, L., & Aney, W. (2011) Status and Trends of Northern Spotted Owl Populations and Habitats. United States Department of Agriculture, United States Forest Service, Pacific Northwest Research Station. Lay, D. (2012). Eigenvalues and Eigenvectors. Linear Algebra and its applications, (pp. 265-324). United States: Addison-Wesley. Lay, D. (2003). Case Study: Dynamical Systems and Spotted Owls. United States: Addison- Wesley. Retrieved from: http://media.pearsoncmg.com/aw/aw_lay_linearalg_updated_cw_3/cs_apps/lay03_05_c s.pdf