mind0nmath
- 19
- 0
How do i find the eigenvalues and eigenvectors for the linear operator T defined as
T(w,z) = (z,w)??
T(w,z) = (z,w)??
The discussion revolves around finding eigenvalues and eigenvectors for various linear operators, specifically focusing on operators defined in different dimensions and forms. Participants explore both theoretical approaches and practical methods, including matrix representations and computational tools.
Participants express various approaches and methods for finding eigenvalues and eigenvectors, with no clear consensus on a single method or solution. Multiple competing views and interpretations of the operators remain present.
Some discussions involve assumptions about the dimensions of the operators and the implications of matrix representations, which may not be fully resolved. The exploration of eigenvalues is contingent on the specific forms of the operators discussed.
Readers interested in linear algebra, eigenvalue problems, and mathematical reasoning in the context of linear transformations may find this discussion relevant.
mind0nmath said:How do i find the eigenvalues and eigenvectors for the linear operator T defined as
T(w,z) = (z,w)??
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.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?