Question: Linear Combinations of Eigenvectors Working with eigenvectors can greatly simplify computations, since matrix multiplication with an eigenvector is just scalar multiplication. As we will see

Linear Combinations of Eigenvectors
Working with eigenvectors can greatly simplify computations, since matrix multiplication with an eigenvector is just scalar multiplication. As we will see in the following theorem, there are also computational advantages to working with linear combinations of eigenvectors.
Theorem: Let AA be an nnnn matrix and let v1,v2,...,vmv1,v2,...,vm be eigenvectors of AA corresponding to the eigenvalues 1,2,...m1,2,...m, respectively. If xx is a linear combination of these eigenvectors, say
x=c1v1+c2v2++cmvm,x=c1v1+c2v2++cmvm,
then for any non-negative integerkk(or any integer ifAAis invertible),
Akx=c1k1v1+c2k2v2++cmkmvmAkx=c11kv1+c22kv2++cmmkvm
Let's illustrate how to use this theorem through an example.
Example: Let A=102122100A=[111020220].
Recall from Question 9 of the learning activity "Eigenvalues, Eigenvectors, and Eigenspaces: Part 1" that the eigenvalues of AA are =1=1 and =2=2 and the corresponding eigenspaces are
E1=Spanu=102andE2=Spanv=110,w=101E1=Span(u=[102])andE2=Span(v=[110],w=[101])
Note: For any integer kk,since u in E1u in E1, we have Aku=(1)ku=uAku=(1)ku=u and since v,w in E2v,w in E2, we haveAkv=(2)kvAkv=(2)kv andAkw=(2)kwAkw=(2)kw.
(a) Compute A32413A3[2413].
We first note that 2413[2413] can be written as a linear combination of the eigenvectors uu, vv, and ww. Indeed,
2413=51024110+3101[2413]=5[102]4[110]+3[101]
Thus,A32413A3[2413]==A351024110+3101A3(5[102]4[110]+3[101])==A35102A34110+A33101A3(5[102])A3(4[110])+A3(3[101])==5A31024A3110+3A31015A3[102]4A3[110]+3A3[101]==5(5()31024()3[102]4()3110+3()3[110]+3()3101)3[101],since u in E1u in E1 and v,w in E2v,w in E2==102[102]++110[110]101[101]
==
(b) Compute A5126A5[126].
We first note that 126[126] can be written as a linear combination of the eigenvectors uu, vv, and ww. Indeed,
126=[126]=102[102]110+[110]+101[101]
Thus, A5126=A5[126]=

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!