+24 votes
in Generalized Anxiety Disorder by (3.9k points)
edited by

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
+17 votes
by (4.9k points)

To find generalized eigenvectors, you'll first need to understand the concept of regular eigenvectors and eigenvalues. In linear algebra, given a square matrix A, an eigenvector v and an eigenvalue λ satisfy the equation Av = λv.

Generalized eigenvectors come into play when dealing with matrices that are not diagonalizable, which means they cannot be represented by a diagonal matrix with eigenvalues on the main diagonal. In such cases, we use generalized eigenvectors to extend the concept of eigenvectors to non-diagonalizable matrices.

Here's a step-by-step process to find generalized eigenvectors:

Step 1: Find the eigenvalues The first step is to find the eigenvalues of the matrix A. To do this, solve the characteristic equation det(A - λI) = 0, where I is the identity matrix. The solutions to this equation are the eigenvalues λ.

Step 2: For each eigenvalue λ, find the generalized eigenvectors. To find the generalized eigenvectors corresponding to each eigenvalue λ, follow these steps:

a. For each eigenvalue λ, calculate the matrix (A - λI). This is sometimes called the "defective matrix."

b. Find the kernel (also known as the null space) of the matrix (A - λI). The kernel is the set of all vectors v such that (A - λI)v = 0.

c. Find the kernel of the matrix (A - λI)^2, and then (A - λI)^3, and so on, until you find the highest power of (A - λI) that results in the zero matrix (all entries are 0).

d. The vectors obtained from the kernels of the powers of (A - λI) are the generalized eigenvectors corresponding to the eigenvalue λ.

It's worth noting that the generalized eigenvectors associated with the same eigenvalue may form a chain, with each vector in the chain representing a higher power of (A - λI). The length of the chain is called the "generalized eigenvector chain."

Keep in mind that finding generalized eigenvectors can be more complex and computationally intensive than finding regular eigenvectors. Software tools like MATLAB or Python libraries like NumPy and SciPy often have built-in functions to calculate generalized eigenvectors for you, which can save you time and effort.

Welcome to Mindwellnessforum where you can ask questions about reationships and mental health
...