1 / 46

Lecture 17

Numerical Analysis. Lecture 17. Chapter 4. Eigen Value Problems. Let [ A ] be an n x n square matrix. Suppose, there exists a scalar and a vector such that. Power Method Jacobi’s Method. Power Method.

Download Presentation

Lecture 17

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Numerical Analysis Lecture 17

  2. Chapter 4

  3. Eigen Value Problems

  4. Let [A] be an n x n square matrix. Suppose, there exists a scalar and a vector • such that

  5. Power MethodJacobi’s Method

  6. Power Method

  7. To compute the largest eigen value and the corresponding eigenvector of the system • where [A] is a real, symmetric or un-symmetric matrix, the power method is widely used in practice.

  8. Procedure • Step 1: Choose the initial vector such that the largest element is unity. • Step 2: The normalized vector is pre-multiplied by the matrix [A].

  9. Step 3:The resultant vector is again normalized. • Step 4: This process of iteration is continued and the new normalized vector is repeatedly pre-multiplied by the matrix [A] until the required accuracy is obtained.

  10. We calculate

  11. Now, the eigen value • can be computed as the limit of the ratio of the corresponding components of and • That is, • Here, the index p stands for the p-th component in the corresponding vector

  12. Sometimes, we may be interested in finding the least eigen value and the corresponding eigenvector. • In that case, we proceed as follows. • We note that • Pre-multiplying by , we get

  13. The inverse matrix has a set of eigen values which are the reciprocals of the eigen values of [A].

  14. Thus, for finding the eigen value of the least magnitude of the matrix [A], we have to apply power method to the inverse of [A].

  15. Jacobi’s Method

  16. Definition • An n x n matrix [A] is said to be orthogonal if

  17. If [A] is an n x n real symmetric matrix, its eigen values are real, and there exists an orthogonal matrix [S] such that the diagonal matrix D is

  18. This diagonalization can be carried out by applying a series of orthogonal transformations

  19. Let A be an n x n real symmetric matrix. Suppose be numerically the largest element amongst the off-diagonal elements of A. We construct an orthogonal matrix S1 defined as

  20. where • are inserted in positions respectively, and elsewhere it is identical with a unit matrix. • Now, we compute

  21. Therefore, , only if, That is if

  22. Thus, we choose such that the above equation is satisfied, thereby, the pair of off-diagonal elements dij and dji reduces to zero. • However, though it creates a new pair of zeros, it also introduces non-zero contributions at formerly zero positions.

  23. Also, the above equation gives four values of , but to get the least possible rotation, we choose

  24. As a next step, the numerically largest off-diagonal element in the newly obtained rotated matrix D1 is identified and the above procedure is repeated using another orthogonal matrix S2 to get D2. That is we obtain

  25. Similarly, we perform a series of such two-dimensional rotations or orthogonal transformations. After making r transformations, we obtain

  26. Example • Find all the eigen values and the corresponding eigen vectors of the matrix by Jacobi’s method

  27. Solution The given matrix is real and symmetric. The largest off-diagonal element is found to be Now, we compute

  28. Which gives, • Thus, we construct an orthogonal matrix Si as

  29. The first rotation gives,

  30. We observe that the elements d13 and d31 got annihilated. To make sure that calculations are correct up to this step, we see that the sum of the diagonal elements of D1is same as the sum of the diagonal elements of the original matrix A.

  31. As a second step, we choose the largest off-diagonal element of D1and is found to be and compute

  32. which again gives • Thus, we construct the second rotation matrix as

  33. At the end of the second rotation, we get

  34. Which turned out to be a diagonal matrix, so we stop the computation. From here, we notice that the eigen values of the given matrix are 5,1 and –1. The eigenvectors are the column vectors of

  35. Therefore

  36. Example • Find all the eigen values of the matrix by Jacobi’s method.

  37. Solution Here all the off-diagonal elements are of the same order of magnitude. Therefore, we can choose any one of them. Suppose, we choose a12 as the largest element and compute

  38. Which gives, • Then • and we construct an orthogonal matrix S1 such that

  39. The first rotation gives

  40. Now, we choose as the largest element of D1 and compute

  41. Now we construct another orthogonal matrix S2, such that

  42. At the end of second rotation, we obtain • Now, the numerically largest off-diagonal element of D2 is found to be and compute

  43. Thus, the orthogonal matrix is

  44. At the end of third rotation, we get • To reduce D3 to a diagonal form, some more rotations are required. However, we may take 0.634, 3.386 and 1.979 as eigen values of the given matrix.

  45. Numerical Analysis Lecture 17

More Related