The World of Eigenvalues-Eigenfunctions: Eigenfunction Eigenvalue
The World of Eigenvalues-Eigenfunctions: Eigenfunction Eigenvalue
For every operator, there is a set of functions which when operated by the operator produces the same function modified only multiplied by a constant factor. Such a function is called the eigenfunction of the operator, and the constant modifier is called its corresponding eigenvalue. An eigenvalue is just a number: Real or complex. A typical eigenvalue equation would look like
Ax = x
Here, the matrix or the operator A operates on a vector (or a function) x producing an amplified or reduced vector x . Here the eigenvalue belongs to eigenfunction x . Suppose the operator is A = ( x dx ) . d n n n x n produces Ax = x x = nx . dx
d
operating on
Therefore, the operator A has an eigenvalue n corresponding to eigenfunction x n . 1. Eigenfunctions are not unique. Suppose Ax = x . Define, another vector z = cx , where c is a constant. Now, Az = Acx = cAx = c x = cx = z Therefore, z is also an e-function (eigenfunction) of A.
2.
3.
is an e-value of
p A = det( A I )
only if
A
pA = 0.
4.
is
be the matrix and we want to Let A = 2 5 compute its eigenvalues and eigenfunctions. Its characteristic equation (CE) is: 2 det 2 1 = 0 (2 - )(5 - ) + 2 = 0 5
( 3 )( 4 ) = 0
Therefore, we have 2 x1 x2 = 3x1 yielding x1 = x2 . Also, we get 2 x1 + 5 x2 = 3 x2 which gives us no new result. Therefore, we can arbitrarily take the 1 corresponding to e-value 3 following solution: e1 = 1 for the matrix A.
Similarly, for e-value of 4, the eigenfunction appears 1 . to be e2 = 2 6. Faddeev-Leverrier Method to get characteristic polynomial. Define a sequence of matrices
1 P2 = A[ P 1 p1 I ] , p 2 = trace( P2 ) 2 1 P3 = A[ P2 p2 I ] , p3 = trace( P3 ) 3
P 1 = A, p1 = trace( P 1)
1 Pn = A[ Pn 1 pn 1I ] , pn = trace( Pn ) n
P( )
is
e.g.
Define
6 12 6 16 6 2 312 = 108 108
P 1 = A, p1 = trace( A ) = 12 + 16 + 16 = 44
P2 = A( P 1 p1 I ) =
6 32 2 6 16 6 108 408 60 6 28 2 6 2 28
p3 = 1728
The CA polynomial = ( 1 )3 [3 442 + 564 1728] The eigenvalues are next found solving
is the eigenvalue of
a. A1 has the same eigenvector as A and the corresponding eigenvalue is 1 . b. An has the same eigenvector as eigenvalue n .
A
with the
A
with the
has the
P 1 AP
is
with
Therefore, Py = x and k must be equal to . Therefore the eigenvalues of A and P 1 AP are identical and the eigenvector of one is a linear mapping of the other one. If the eigenvalues of A , 1 ,2 ,...,n are all distinct then there exists a similarity transformation such that
1 0 0 2 1 P AP = D = 0 0 .. .. 0 0 0 0 3 .. 0 .. 0 .. 0 .. 0 .. 0 .. n
x ( 1 ) , x ( 2 ) ,..., x ( i ) ,...x ( n )
= PD
][
Therefore,
P 1 AP = D
is symmetric, then
= 0 , i j
(i)
(i) (i)
of a matrix is
of
0 1 2 1 2 1
A =|| A ||2 = ( At A )
e.g.
1 A = 1 1
1 2 1
]1 / 2
Then
1 A A = 1 0
t
1 1 1 1 2 1
1 2 1
0 3 1 = 2 2 1
2 6 4
1 4 5
Therefore,
1 A =1 1
A2 =
( At A ) = 7 + 7 3.106
A = max aij 1 i n
j
j =1
a1 j = 1 + 1 + 0 = 2 ,
3
j =1
a2 j = 1 + 2 + 1 = 4
j =1
a3 j = 6
Therefore,
A = max( 2 ,4 ,6 ) = 6
In computational matrix algebra, we would often be interested about situations when A k becomes small (all the entrees become almost zero). In that case, A is considered convergent. i.e.
A
is convergent if Is
1 A = 2 1 4
lim A k
( )ij = 0
Example.
1 0 A2 = 4 1 1 , 4 4
0 1 2
convergent?
1 1 0 0 A3 = 8 A 4 = 16 3 1 , 1 1 , 16 8 8 16
It appears that
1 0 k Ak = 2 k 1 2k + 1 2k
k ,
1 2k
. Therefore,
is a convergent
K( A )
of a non-singular matrix
A matrix is well-behaved if its condition number is close to 1. When K ( A ) of a matrix A is significantly larger than 1, we call it an ill-behaved matrix.