Understanding Eigenvalues of a Matrix

In summary, the matrix A does not have an inverse, so it cannot be true that the matrix dose not have an inverse.
  • #1
member 731016
Homework Statement
Please see below
Relevant Equations
Please see below
For this,
1684540765113.png

I am confused by the second line. Does someone please know how it can it be true since the matrix dose not have an inverse.

Many thanks!
 
Physics news on Phys.org
  • #2
Why do you think it is true?
 
  • Like
Likes member 731016
  • #3
ChiralSuperfields said:
Homework Statement: Please see below
Relevant Equations: Please see below

For this,
View attachment 326802
I am confused by the second line.
Me, too. I don't know what this means. ##A\cdot 0=0## no matter whether ##A## is invertible or not.
ChiralSuperfields said:
Does someone please know how it can it be true since the matrix dose not have an inverse.

Many thanks!
The matrix doesn't have an inverse. If we want to prove this by contradiction then we assume it has an inverse. Say the matrix is ##A.## Then ##A## maps the entire space ##\mathbb{R}^2## onto itself: ##A\cdot v= w.## Now, if we set ##v=\begin{pmatrix}x\\ y\end{pmatrix}## then ##A\cdot v=\begin{pmatrix}-x+2y\\-x+2y\end{pmatrix}.## But this means that both coordinates of ##w## are the same and we have no chance to get any other vector with different coordinates. So the image of ##A## is one-dimensional, not two-dimensional, so it cannot be invertible.

You can also argue with a vector in the kernel of ##A##. Can you name one for which ##A\cdot v=0## while ##v\neq 0?##
 
  • Like
Likes member 731016
  • #4
The statement in the first two lines is vacuously true: if a singular matrix has an inverse, then the equality holds. The equality has no meaning because ##^{-1}## doesn't exist for this matrix.
 
  • Like
Likes member 731016
  • #5
The part in the lower half of the image doesn't make much sense in the context of what you're asking.

You have ##\begin{bmatrix} 1 & -2 \\ 1 & -2\end{bmatrix} = A - 2I##
If you work this out, you find that ##A = \begin{bmatrix} -1 & -2 \\ 1 & -4\end{bmatrix}##.

Since you're asking about eigenvalues for a matrix (presumably A, above), it turns out that the eigenvalues are -2 and -3. This means that for one eigenvector ##x_1##, ##Ax_1 = -2x_1##, and for the other eigenvector ##x_2##, ##Ax_2 = -3x_2##.
 
  • Like
Likes member 731016

FAQ: Understanding Eigenvalues of a Matrix

What are eigenvalues of a matrix?

Eigenvalues are scalar values associated with a square matrix that provide insight into the matrix's properties. Specifically, an eigenvalue is a number λ such that there exists a non-zero vector v (called an eigenvector) for which the matrix A satisfies the equation Av = λv.

How do you calculate the eigenvalues of a matrix?

To calculate the eigenvalues of a matrix A, you need to solve the characteristic equation det(A - λI) = 0, where det denotes the determinant, I is the identity matrix of the same dimension as A, and λ represents the eigenvalues. The solutions to this equation are the eigenvalues of the matrix.

What is the significance of eigenvalues in practical applications?

Eigenvalues have numerous practical applications across various fields. In physics, they can describe the natural frequencies of a system. In computer science, they are used in algorithms for facial recognition and Google's PageRank. In finance, they help in risk assessment and portfolio optimization. Eigenvalues can also indicate stability in systems of differential equations and are used in principal component analysis (PCA) for data dimensionality reduction.

What is the relationship between eigenvalues and eigenvectors?

The relationship between eigenvalues and eigenvectors is defined by the equation Av = λv. Here, A is the matrix, λ is an eigenvalue, and v is the corresponding eigenvector. This equation shows that when matrix A acts on eigenvector v, the output is simply the scalar multiplication of v by λ, indicating that v does not change direction under the transformation represented by A.

Can a matrix have complex eigenvalues?

Yes, a matrix can have complex eigenvalues. This typically occurs when the matrix has complex entries or when the characteristic polynomial has complex roots. Even real matrices can have complex eigenvalues if their characteristic polynomial includes non-real roots. Complex eigenvalues often appear in pairs of conjugates when dealing with real matrices.

Back
Top