How to find eigenvalues/eigenvectors

  • Thread starter mind0nmath
  • Start date
In summary, to find the eigenvalues and eigenvectors for the linear operator T defined as T(w,z) = (z,w), you can represent T as a matrix and apply it to each basis vector to form the columns of the matrix. Alternatively, you can use the definition of eigenvalues and find values of lambda that satisfy the equations for non-zero solutions. Using these methods, we can determine that the matrix representing T in the standard basis has all 1s, and its eigenvalues are 0 and 2.
  • #1
mind0nmath
19
0
How do i find the eigenvalues and eigenvectors for the linear operator T defined as
T(w,z) = (z,w)??
 
Physics news on Phys.org
  • #2
mind0nmath said:
How do i find the eigenvalues and eigenvectors for the linear operator T defined as
T(w,z) = (z,w)??

I'd start by writing T as a matrix.
 
  • #3
how about for something like: T(x_1,x_2,...,x_n) = (x_1+x_2+...+x_n, x_1+x_2+...+x_n, ..., x_1+x_2+...+x_n). The matrix with respect to standard basis would have 1's everywhere? any clues to finding the eigenvalues/vectors?
 
  • #4
Try Matlab command >>[V,D] = eig(ones(n))
 
  • #5
? T operates on a pair of numbers and gives a pair of numbers as the result. Written as a matrix, it would be 2 by 2 matrix- certainly not as complicated as you have! You are not still referring to the first problem are you?

By definition, T(w,z)= (z, w) so T(1, 0)= (0, 1) and T(0, 1)= (1, 0).
[tex]\left(\begin{array}{cc} a & b \\ c & d \end{array}\right)\left(\begin{array}{c} 1 \\ 0\end{array}\right)= \left(\begin{array}{c} 0 & 1\end{array}\right)[/tex]
What are a and c? Do the same with (0, 1) being taken to (1, 0) to determine b and d.
A good way of determining the matrix representing a linear operator in a given basis is to apply it to each of the basis vectors in turn. The result will be a column of the matrix.


Of course, you don't have to write it as a matrix to find eigenvalues- in fact, I think too many students get the idea that Linear Algebra is only about matrices. Saying that [itex]\lambda[/itex] is an eigenvalue for linear transformation T means that there exist some (x, y), not both 0, such that [itex]T(x,y)= \lambda(x, y)= (\lambda x, \lambda y)[/itex]. Since T(x,y)= (y, x), that says that [itex](y, x)= (\lambda x, \lambda y)[/itex] so you have two equations: [itex]y= \lambda x[/itex] and [itex]x= \lambda y[/itex]. Obviously, x= y= 0 would satisfy those equations for any [itex]\lambda[/itex]. For what values of [itex]\lambda[/itex] would that have non-zero solutions? If you replace the "x" in the first equation by [itex]\lambda y[/itex] from the second equation, you have [itex]y= \lambda(\lambda y)= \lambda^2 y[/itex]. If y is not 0, you can divide both sides by y to get [itex]\lambda^2= 1[/itex].
 
  • #6
mind0nmath said:
how about for something like: T(x_1,x_2,...,x_n) = (x_1+x_2+...+x_n, x_1+x_2+...+x_n, ..., x_1+x_2+...+x_n). The matrix with respect to standard basis would have 1's everywhere? any clues to finding the eigenvalues/vectors?
One of the things you should have learned long ago is that you approach problems like this by looking at simple cases: if n= 2, this says T(x,y)= (x+ y, x+ y). In particular, T(1, 0)= (1, 1) and T(0,1)= (1, 1). Yes, the columns of the matrix representing this linear operator in the standard basis are all 1s. The matrix representing this linear operator in the standard basis consists of all 1s.

Okay, what are the eigenvalues of
[tex]\left(\begin{array}{cc}1 & 1 \\ 1 & 1\end{array}\right)[/tex]?
(Hint: if a matrix has two rows (or two columns) the same it has determinant 0. And if it has deteminant 0, it has 0 as an eigenvalue.)

The eigenvalues must satisfy
[tex]\left|\begin{array}{cc} 1-\lambda & 1 \\ 1 & 1- \lambda\end{array}\right|= 0[/tex]

What equation does that give you? What are the eigenvalues?
 
  • #7
it seems obvious that (1,1) goes to (1,1), and (1,-1) goes to? so the eigenvalues are...
 

1. What are eigenvalues and eigenvectors?

Eigenvalues and eigenvectors are concepts in linear algebra that are used to represent the characteristics of a matrix. Eigenvalues are scalar values that represent the amount by which an eigenvector is scaled when multiplied by a matrix. Eigenvectors are non-zero vectors that, when multiplied by a matrix, result in a scalar multiple of the original vector.

2. Why are eigenvalues and eigenvectors important?

Eigenvalues and eigenvectors are important because they are used to solve many problems in linear algebra, such as finding the roots of a polynomial or solving systems of differential equations. They also have applications in fields such as physics, engineering, and computer science.

3. How do I find eigenvalues and eigenvectors?

To find eigenvalues and eigenvectors, you first need to find the characteristic polynomial of the matrix. This is done by subtracting the variable λ from the diagonal elements of the matrix and finding the determinant. The eigenvalues are then the values of λ that make the determinant equal to 0. Once you have the eigenvalues, you can find the eigenvectors by solving a system of equations using the eigenvalues.

4. Can all matrices have eigenvalues and eigenvectors?

No, not all matrices have eigenvalues and eigenvectors. Only square matrices (matrices with the same number of rows and columns) have eigenvalues and eigenvectors. Additionally, not all square matrices have distinct eigenvalues, which means they may have repeated or complex eigenvalues.

5. How are eigenvalues and eigenvectors used in data analysis?

In data analysis, eigenvalues and eigenvectors are used in techniques such as principal component analysis (PCA) and singular value decomposition (SVD). These methods use the eigenvalues and eigenvectors of a matrix to reduce the dimensionality of data and identify patterns and relationships between variables.

Similar threads

  • Linear and Abstract Algebra
Replies
12
Views
1K
  • Linear and Abstract Algebra
Replies
1
Views
790
  • Linear and Abstract Algebra
Replies
3
Views
921
  • Linear and Abstract Algebra
Replies
24
Views
583
  • Linear and Abstract Algebra
Replies
3
Views
2K
  • Linear and Abstract Algebra
Replies
10
Views
2K
Replies
7
Views
976
  • Linear and Abstract Algebra
Replies
1
Views
866
Replies
3
Views
2K
Replies
4
Views
2K
Back
Top