Why is this always the case A=[itex]\begin{array}{cc}1 & 6

  • Context: Graduate 
  • Thread starter Thread starter KingBigness
  • Start date Start date
Click For Summary
SUMMARY

The discussion centers on the relationship between the elements of matrix A and its eigenvalues, specifically addressing why A_{11} and A_{12} are always multiples of A_{21} and A_{22}. The eigenvalues λ_{1} and λ_{2} are identified as 7 and -3, respectively. The matrix A is transformed into A - λI, leading to the conclusion that A has an eigenvector corresponding to an eigenvalue if and only if A - λI is not invertible, indicating linear dependence among its rows.

PREREQUISITES
  • Understanding of matrix operations, specifically matrix subtraction and multiplication.
  • Familiarity with eigenvalues and eigenvectors in linear algebra.
  • Knowledge of linear dependence and invertibility of matrices.
  • Basic comprehension of the characteristic polynomial and its role in finding eigenvalues.
NEXT STEPS
  • Study the properties of eigenvalues and eigenvectors in depth.
  • Learn about the characteristic polynomial and how to derive it from a matrix.
  • Explore the implications of linear dependence in higher-dimensional matrices.
  • Investigate the applications of eigenvalues in systems of differential equations.
USEFUL FOR

Students and professionals in mathematics, particularly those focusing on linear algebra, as well as data scientists and engineers working with matrix computations and eigenvalue problems.

KingBigness
Messages
94
Reaction score
0
Why is this always the case...

A=[itex]\begin{array}{cc}<br /> 1 & 6 \\<br /> 4 & 3 \\<br /> \end{array}[/itex]

[itex]λ_{1}[/itex]=7

[itex]λ_{2}[/itex]=-3

A=[itex]\begin{array}{cc}<br /> 1-7 & 6 \\<br /> 4 & 3-7 \\<br /> \end{array}[/itex]

A=[itex]\begin{array}{cc}<br /> -6 & 6 \\<br /> 4 & -4 \\<br /> \end{array}[/itex]

Why is [itex]A_{11}[/itex] and [itex]A_{12}[/itex]
always a multiple of
[itex]A_{21}[/itex] and [itex]A_{22}[/itex]?

Is this a feature of Eigenvalues or is this done on purpose to make solving the eigenvectors easier?
 
Physics news on Phys.org


KingBigness said:
Why is [itex]A_{11}[/itex] and [itex]A_{12}[/itex]
always a multiple of
[itex]A_{21}[/itex] and [itex]A_{22}[/itex]?
You seem to mean [itex](A-\lambda I)_{11}[/itex], [itex](A-\lambda I)_{12}[/itex] and so on.

[itex]Ax=\lambda x[/itex] implies [itex](A-\lambda I)x=0[/itex]. So if [itex]A-\lambda I[/itex] is invertible, x=0. An eigenvector of A with eigenvalue [itex]\lambda[/itex] is by definition a non-zero x that satisfies [itex]Ax=\lambda x[/itex]. So A has an eigenvector with eigenvalue [itex]\lambda[/itex] if and only if [itex]A-\lambda I[/itex] is not invertible. For a matrix to be not invertible, its rows must be linearly dependent.
 


Clear as day now, thank you
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K