It may very well happen that a matrix has some “repeated” eigenvalues. That is, the characteristic equation may have repeated roots. As we have said before, this is actually unlikely to happen for a random matrix. If we take a small perturbation of (we change the entries of slightly), then we will get a matrix with distinct eigenvalues. As any system we will want to solve in practice is an approximation to reality anyway, it is not indispensable to know how to solve these corner cases. On the other hand, these cases do come up in applications from time to time. Furthermore, if we have distinct but very close eigenvalues, the behavior is similar to that of repeated eigenvalues, and so understanding that case will give us insight into what is going on.
Interactive figureA repeated eigenvalue is a knife-edgeDrag the Perturbation of the lower-right entry (eigenvalues 3 and 3 + p) slider from -6 to 6.
XYZ Graph · viewer build 5edf91b
Lebl works out the defective matrix A = [[3, 1], [0, 3]] later in this section; here its lower-right entry carries a slider, so the eigenvalues are 3 and 3 + p. At p = 0 the matrix is defective: there is a single eigendirection, [1, 0], and every trajectory turns onto it. Nudge p to 0.1 and there are genuinely two eigendirections, [1, 0] and [1, 0.1] — yet the portrait barely changes, which is exactly this paragraph's second claim. Keep dragging and the two directions separate into an ordinary node. At p = −3 the second eigenvalue is 0 and the equilibria fill a whole line through the origin; below that the portrait becomes a saddle.
Geometric Multiplicity
Take the diagonal matrix
has an eigenvalue of multiplicity . We call the multiplicity of the eigenvalue in the characteristic equation the algebraic multiplicity. In this case, there also exist linearly independent eigenvectors, and corresponding to the eigenvalue . This means that the so-called geometric multiplicity of this eigenvalue is also .
In all the theorems where we required a matrix to have distinct eigenvalues, we only really needed to have linearly independent eigenvectors. For example, has the general solution
Let us restate the theorem about real eigenvalues. In the following theorem we will repeat eigenvalues according to (algebraic) multiplicity. So for the above matrix , we would say that it has eigenvalues and .
Thegeometric multiplicity of an eigenvalue of algebraic multiplicity n is equal to the number of corresponding linearly independent eigenvectors. The geometric multiplicity is always less than or equal to the algebraic multiplicity. We have handled the case when these two multiplicities are equal. If the geometric multiplicity is equal to the algebraic multiplicity, then we say the eigenvalue is complete.
In other words, the hypothesis of the theorem could be stated as saying that if all the eigenvalues of are complete, then there are linearly independent eigenvectors and thus we have the given general solution.
If the geometric multiplicity of an eigenvalue is or greater, then the set of linearly independent eigenvectors is not unique up to multiples as it was before. For example, for the diagonal matrix we could also pick eigenvectors and , or in fact any pair of two linearly independent vectors. The number of linearly independent eigenvectors corresponding to is the number of free variables we obtain when solving . We pick specific values for those free variables to obtain eigenvectors. If you pick different values, you may get different eigenvectors.
Defective Eigenvalues
If an matrix has less than n linearly independent eigenvectors, it is said to be deficient. Then there is at least one eigenvalue with an algebraic multiplicity that is higher than its geometric multiplicity. We call this eigenvalue defective and the difference between the two multiplicities we call the defect.
Note that the system has a simpler solution since is a so-called upper triangular matrix, that is every entry below the diagonal is zero. In particular, the equation for does not depend on . Mind you, not every defective matrix is triangular.
Let us describe the general algorithm. Suppose that is an eigenvalue of multiplicity , defect . First find an eigenvector of . Then, find a vector such that
This gives us two linearly independent solutions
This machinery can also be generalized to higher multiplicities and higher defects. We will not go over this method in detail, but let us just sketch the ideas. Suppose that has an eigenvalue of multiplicity . We find vectors such that
Such vectors are called generalized eigenvectors (then is an eigenvector). For every eigenvector we find a chain of generalized eigenvectors through such that:
Really once you find the such that but , you find the entire chain since you can compute the rest, , , etc. We form the linearly independent solutions
Recall that is the factorial. If you have an eigenvalue of geometric multiplicity , you will have to find such chains (some of them might be short: just the single eigenvector equation). We go until we form linearly independent solutions where is the algebraic multiplicity. We don’t quite know which specific eigenvectors go with which chain, so start by finding first for the longest possible chain and go from there.
For example, if is an eigenvalue of of algebraic multiplicity and defect , then solve
That is, find such that , but . Then you are done as and . The 3 linearly independent solutions are
If on the other hand has an eigenvalue of algebraic multiplicity and defect , then solve
Here and are actual honest eigenvectors, and is a generalized eigenvector. So there are two chains. To solve, first find a such that , but . Then is going to be an eigenvector. Then solve for an eigenvector that is linearly independent from . You get 3 linearly independent solutions
These eBooks are a prerelease and are not yet certified conformant with WCAG 2.1 AA or ADA Title II. Every page is built against an automated accessibility gate, and the published editions will meet ADA Title II requirements when they release in late September 2026. If something is unusable, please tell us.