Finding roots of high-degree polynomials can be computationally challenging, especially for large matrices (e.g., $100,000 \times 100,000).</p></li><li><p>Inpracticalapplications,numericalorapproximativealgorithmsareoftenusedtocomputeeigenvaluesforlargematrices,butthesealgorithmsarebuiltonthetheoreticalfoundationslearnedinthiscourse.</p></li></ul></li><li><p><strong>TriangularMatrices:</strong></p><ul><li><p>Triangularmatricesareconvenientforfindingeigenvaluesbecausetheeigenvaluesaresimplytheentriesonthemaindiagonal.</p></li><li><p>Thisisduetothedeterminantofatriangularmatrixbeingtheproductofitsdiagonalentries,whichmeansthecharacteristicpolynomialcomes"pre−factored,"revealingtherootsimmediately.</p></li></ul></li><li><p><strong>DistinguishingMatriceswithSameEigenvalues:</strong></p><ul><li><p>Twodifferentmatricescanhavethesamesetofeigenvaluesbutstillpossessdistinctproperties.</p></li><li><p>Forexample,theircharacteristicpolynomialsmightnotbeidenticalifthemultiplicitiesoftheeigenvaluesdiffer.</p></li><li><p><strong>Example:</strong>Matrixwitheigenvalue-1(multiplicityof2)and4(multiplicityof1)versusanothermatrixwitheigenvalue-1(multiplicityof1)and4(multiplicityof2).Thisdifferencehighlightstheconceptof<em>algebraicmultiplicity</em>.</p></li></ul></li></ul><h4id="4a56c229−4e1d−411d−8482−96f290c6c7aa"data−toc−id="4a56c229−4e1d−411d−8482−96f290c6c7aa"collapsed="false"seolevelmigrated="true">AlgebraicMultiplicity(AM)</h4><ul><li><p><strong>Definition:</strong>Foraneigenvalue\text{lambda}\text{bar}ofamatrixA,its</em><strong><em>algebraicmultiplicity</em></strong><em>(denotedAM(\text{lambda}\text{bar}))isthenumberoftimesthat( \text{lambda} - \text{lambda}\text{bar} )isafactorinthecharacteristicpolynomial(PA(\text{lambda})).</p><ul><li><p>Here,\text{lambda}istheunknowninthepolynomial,and\text{lambda}_\text{bar}isaspecificeigenvalue.</p></li></ul></li><li><p><strong>Example(fromslides):</strong>If(P_A(\text{lambda})) = (\text{lambda} + 1)^2 (\text{lambda} - 4)(orequivalently( \text{lambda} - (-1) )^2 (\text{lambda} - 4)),</p><ul><li><p>AM(-1) = 2</p></li><li><p>AM(4) = 1</p></li></ul></li><li><p><strong>Examplewithahigh−degreepolynomial:</strong>Givenacharacteristicpolynomial\text{lambda}^4 (\text{lambda}^2 - 2\text{lambda} + 1):</p><ul><li><p>Thiscanbefactoredas\text{lambda}^4 (\text{lambda} - 1)^2(or( \text{lambda} - 0 )^4 (\text{lambda} - 1)^2).</p></li><li><p>Eigenvalue0hasAM(0) = 4.</p></li><li><p>Eigenvalue1hasAM(1) = 2.</p></li></ul></li><li><p><strong>RotationMatrixExample:</strong></p><ul><li><p>Thecharacteristicpolynomialforarotationmatrix(e.g.,\begin{pmatrix} 0 & -1 \ 1 & 0 \end{pmatrix})is\text{lambda}^2 + 1.</p></li><li><p>Thecharacteristicequation\text{lambda}^2 + 1 = 0hasnorealsolutions.</p></li><li><p>Ithascomplexsolutions:iand-i.</p></li><li><p>Therefore,thismatrixhasnorealeigenvaluesbuthascomplexeigenvalues\text{i}and-i,eachwithAM(i) = 1andAM(-i) = 1.</p></li></ul></li><li><p><strong>FundamentalTheoremofAlgebra:</strong></p><ul><li><p>Ifapolynomialhasdegreenandcomplexrootsareallowed,thenthereareexactlynroots,countedwiththeirmultiplicities.</p></li><li><p>An(n \times n)matrixwillalwayshaveexactlyncomplexeigenvalueswheneachiscountedaccordingtoitsalgebraicmultiplicity.</p></li></ul></li></ul><h4id="eab2bc6d−dcbb−4cba−a36e−6a1bcc4c4307"data−toc−id="eab2bc6d−dcbb−4cba−a36e−6a1bcc4c4307"collapsed="false"seolevelmigrated="true">GeometricMultiplicity(GM)</h4><ul><li><p><strong>Motivation:</strong>Eveniftwomatriceshavethesameeigenvalueswiththesamealgebraicmultiplicities(i.e.,thesamecharacteristicpolynomial),theireigenpropertiesmightstilldiffer.Thisdifferenceisrelatedtothedimensionoftheircorrespondingeigenspaces.</p></li><li><p><strong>Definition:</strong>Foraneigenvalue\text{lambda}\text{bar}ofamatrixA,its</em><strong><em>geometricmultiplicity</em></strong><em>(denotedGM(\text{lambda}\text{bar}))isthe<em>dimensionofitseigenspace</em>(whichisthedimensionofthenullspaceof(A - \text{lambda}_\text{bar} I)).</p></li><li><p><strong>Example(MatricesAandB):</strong></p><ul><li><p>ConsidermatricesA = \begin{pmatrix} -2 & 1 \ 0 & -2 \end{pmatrix}andB = \begin{pmatrix} -2 & 0 \ 0 & -2 \end{pmatrix}.</p></li><li><p>Bothhavecharacteristicpolynomial( -2 - \text{lambda} )^2(or( \text{lambda} + 2 )^2).</p></li><li><p>Bothhaveeigenvalue-2withAM(-2) = 2.</p></li><li><p>However,theirgeometricmultiplicitiesdiffer:</p><ul><li><p>FormatrixA:Thenullspaceof(A - (-2)I) = A + 2I = \begin{pmatrix} 0 & 1 \ 0 & 0 \end{pmatrix}hasdimension1(onefreevariable).So,GM_A(-2) = 1.</p></li><li><p>FormatrixB:Thenullspaceof(B - (-2)I) = B + 2I = \begin{pmatrix} 0 & 0 \ 0 & 0 \end{pmatrix}hasdimension2(twofreevariables).So,GM_B(-2) = 2.</p></li></ul></li></ul></li><li><p><strong>Theorem:</strong>Foran(n \times n)matrixAandaneigenvalue\text{lambda}:1 \le GM(\text{lambda}) \le AM(\text{lambda}) \le n</p><ul><li><p>Thismeansthegeometricmultiplicityisalwayslessthanorequaltothealgebraicmultiplicity,andbothareatmostn.</p></li></ul></li></ul><h4id="47588c85−4b11−45ca−8849−eb46bc6fcfff"data−toc−id="47588c85−4b11−45ca−8849−eb46bc6fcfff"collapsed="false"seolevelmigrated="true">DiagonalizationandMarkovChains</h4><ul><li><p><strong>Goal:</strong>ConstructabasisofR^n(orR^2fortheexample)thatconsists<em>entirely</em>ofeigenvectorsofagivenmatrix.</p></li><li><p><strong>MarkovChainApplication:</strong>Usingeigenvaluesandeigenvectorscansimplifytheanalysisofsystemevolution,suchasMarkovchains.</p><ul><li><p><strong>Problem:</strong>CalculateXk = T^k X0foralargek(e.g.,k=100),whereTisatransitionmatrixandX_0isaninitialdistributionvector.</p></li><li><p><strong>SteadyState:</strong>Forregularstochasticmatrices,thesystemtendstowardsauniquesteadystateq,whereTq = q.Thisimplies\text{lambda} = 1isalwaysaneigenvalue,andqisitscorrespondingeigenvector(rescaledtobeaprobabilityvector).</p></li><li><p><strong>SimplifiedCalculationusingEigenvectors:</strong></p><ol><li><p>FindalleigenvaluesandtheircorrespondingeigenvectorsforthematrixT.</p></li><li><p>Iftheeigenvectorsformabasisforthespace(e.g.,R^2),expresstheinitialdistributionvectorX0asalinearcombinationoftheseeigenvectors:\text{X}0 = c1 \text{v}1 + c2 \text{v}2</p></li><li><p>Then, \text{X}k = T^k \text{X}0 = T^k ( c1 \text{v}1 + c2 \text{v}2 ) .</p></li><li><p>Duetotheeigenvectorproperty,thissimplifiesto: \text{X}k = c1 T^k \text{v}1 + c2 T^k \text{v}2 = c1 \text{lambda}1^k \text{v}1 + c2 \text{lambda}2^k \text{v}_2 </p></li><li><p>ForMarkovchains,\text{lambda}1 = 1(correspondingtothesteadystateeigenvector\text{v}1).Othereigenvalues(e.g.,\text{lambda}_2)willhavemagnitudelessthan1(e.g.,0.92).</p></li><li><p>Theexpressionbecomes: \text{X}k = c1 \text{v}1 + c2 (0.92)^k \text{v}_2 .</p></li><li><p>Ask \to \infty,(0.92)^k \to 0.Thus, \text{X}k \to c1 \text{v}_1 .</p></li><li><p>Thetermc1 \text{v}1representsthesteadystateq.Thisprovidesaclosed−formsolutionforX_kandclarifiesthelong−termbehavior:thelargesteigenvalue(magnitudinally)dominatesthecalculation.</p></li></ol></li></ul></li></ul><h4id="f92f06b9−f209−4853−a523−973043a5f550"data−toc−id="f92f06b9−f209−4853−a523−973043a5f550"collapsed="false"seolevelmigrated="true">TheDiagonalizationTheorem</h4><ul><li><p><strong>Purpose:</strong>ProvidesawaytofactoramatrixAifitadmitsaneigenvectorbasis.</p></li><li><p><strong>Assumptions:</strong></p><ol><li><p>Aisan(n \times n)matrix.</p></li><li><p>Let\text{lambda}1, \dots, \text{lambda}nbetheeigenvaluesofA,whereeacheigenvalueisrepeatedaccordingtoitsalgebraicmultiplicity.</p></li><li><p>Let\text{v}1, \dots, \text{v}nbecorrespondingeigenvectorsthatformabasisofR^n</p></li></ol></li><li><p><strong>Conclusion:</strong>Iftheseassumptionshold,thenAcanbeexpressedas:A = P D P^{-1}where:</p><ul><li><p>Pisaninvertiblematrixwhosecolumnsaretheeigenvectors\text{v}1, \dots, \text{v}n</p></li><li><p>Disadiagonalmatrixwiththeeigenvalues\text{lambda}1, \dots, \text{lambda}nonitsmaindiagonal(inthesameorderastheircorrespondingeigenvectorsinP).</p></li></ul></li><li><p><strong>SignificanceLater:</strong>WhilethistheoremshowshowtoconstructAfromitseigen−elements,amorepowerfulaspect(discussedlater)isthatifAcanbewritteninthisform,onecanimmediatelyidentifyitseigenvectorsandeigenvaluesfromPandD$$.