Matlab Help

조회 수: 2 (최근 30일)
Shawn
Shawn 2012년 5월 2일
Use MATLAB to solve the following.
Assume that A is a diagonalizable matrix and that the diagonal matrix D related to A by D = P^-1 AP is such that its diagonal entries are arranged in decreasing order.
The value lambda 1 is called strictly dominant eigenvalue. Then the following method, called the Power Method, can be used to estimate the strictly dominant eigenvalue:
(1.1) Select an initial vector x0 whose largest entry is 1.
(1.2) For k = 0,1,2,... compute Axk. To calculate xk+1, let uk be an entry in Axk with largest absolute value, and then set xk+1 = (1/uk)Axk.
(1.3) For almost all choices of the initial vector, the sequence {uk} approaches the strictly dominant eigenvalue, while the sequence {xk} approaches a corresponding eigenvector.
(a) Use the power method to find an approximation of the strictly dominant eigenvalue and a corresponding eigenvector for the following data. Use 15 iterations.
(a1) A = [-4,-1,0; 0,-2,4; 2,0,1], x0 = [0;1;1]
(a2) A = [2,0,1;0,-2,4; 4,1,0], x0 = [0;1;1]
  댓글 수: 5
Walter Roberson
Walter Roberson 2012년 5월 2일
I seem to be having difficulty in distinguishing between ones and ells ?
Richard Brown
Richard Brown 2012년 5월 3일
lol. I wonder how much longer this question will last

댓글을 달려면 로그인하십시오.

답변 (1개)

Richard Brown
Richard Brown 2012년 5월 2일
"Use MATLAB to solve the following...."
I've done it, now what do I get? Chocolate fish?

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by