Question 6.2.1: Find an eigenvector and associated eigenvalue for the matrix...

Find an eigenvector and associated eigenvalue for the matrix

A=\left[\begin{array}{rrrrr}245 & -254 & -252 & -46 & -224 \\161 & -168 & -174 & -32 & -148 \\-39 & 40 & 45 & 7 & 38 \\27 & -28 & -32 & -6 & -26 \\110 & -113 & -110 & -21 & -101\end{array}\right]         (3)

The blue check mark means that this solution has been answered and checked by an expert. This guarantees that the final answer is accurate.
Learn more on how we answer questions.

We apply the Power Method starting with x_0 = (1, 1, 1, 1, 1). Table 3 gives the vectors x _1, \ldots x _9.

The sequence settles to the vector (1.0000, 0.6667, −0.1667, 0.1111, 0.4444), and the sequence of scaling factors to 13.00. The components of the vector are recognizable as decimal approximations to rationals. Changing the decimals to equivalent rationals and multiplying by 18 to eliminate the fractions gives us

u=\left[\begin{array}{r}1.0000 \\0.6667 \\-0.1667 \\0.1111 \\0.4444\end{array}\right] \approx\left[\begin{array}{r}1 \\2 / 3 \\-1 / 6 \\1 / 9 \\4 / 9\end{array}\right] \Longrightarrow u=\left[\begin{array}{r}18 \\12 \\-3 \\2 \\8\end{array}\right]

To test our answer, we calculate

A u=\left[\begin{array}{rrrrr}245 & -254 & -252 & -46 & -224 \\161 & -168 & -174 & -32 & -148 \\-39 & 40 & 45 & 7 & 38 \\27 & -28 & -32 & -6 & -26 \\110 & -113 & -110 & -21 & -101\end{array}\right]\left[\begin{array}{r}18 \\12 \\-3 \\2 \\8\end{array}\right]=\left[\begin{array}{r}234 \\156 \\-39 \\26 \\104\end{array}\right]=13\left[\begin{array}{r}18 \\12 \\-3 \\2 \\8\end{array}\right]

confirming that u is an eigenvector and that λ = 13 is the associated eigenvalue.

k x_k s_k
1 (1.0000, 0.6798, −0.1714, 0.1224, 0.4426) 10.74
2 (1.0000, 0.6693, −0.1717, 0.1124, 0.4431 13.83
3 (1.0000, 0.6688, −0.1683, 0.1126, 0.4438) 12.94
4 (1.0000, 0.6674, −0.1676, 0.1116, 0.4442) 13.07
5 (1.0000, 0.6671, −0.1670, 0.1114, 0.4443) 13.01
6 (1.0000, 0.6668, −0.1668, 0.1112, 0.4444) 13.01
7 (1.0000, 0.6668, −0.1667, 0.1112, 0.4444) 13.00
8 (1.0000, 0.6667, −0.1667, 0.1111, 0.4444) 13.00
9 (1.0000, 0.6667, −0.1667, 0.1111, 0.4444) 13.00
Table 3 The PowerMethod Applied to A in Example 1

Related Answered Questions

Question: 6.2.4

Verified Answer:

We start by setting B=A-4 I_5=\left[\begin{...
Question: 6.2.3

Verified Answer:

Here we apply the Power Method to A^{-1}=\f...
Question: 6.1.8

Verified Answer:

From the Big Theorem, Version 8, λ = 0 is an eigen...
Question: 6.1.7

Verified Answer:

The characteristic polynomial of A is \oper...
Question: 6.1.6

Verified Answer:

We start out by finding the eigenvalues for A by c...
Question: 6.1.5

Verified Answer:

We determine the eigenvalues of A by calculating t...
Question: 6.1.4

Verified Answer:

We start by finding the eigenvalues of A by comput...
Question: 6.1.3

Verified Answer:

Our strategy is to determine the values of λ that ...