how do you find eigen values and eigen vectors in matlab of the following matrices

Question : Find eigen values and eigen vectors in matlab of the following matrices Solution : Part(a) Input the matrix A as follows >>A=[-0.2 -0.1 -0.15;-0.225 -0.15 -3/10;1.1 1.1 0] A = -0.2000 -0.1000 -0.1500 -0.2250 -0.1500 -0.3000 1.1000 1.1000…

This Question has been answered. 

Please Login or Register to See The Answer