MATLAB QUESTION
Eigenvectors and Eigenvalues: Construct the 20×20 matrix A=⎣⎡10sin(0)0.100⋮00e−110sin(1)0.10⋮000e−1/210sin(2)0.1⋱0000e−1/310sin(3)⋱…⋯000e−1/4⋱000000⋱0.10……………10sin(18)0.10000⋮e−1/1910sin(19)⎦⎤ (a) Find the largest eigenvalue of A in absolute value, and save it value as A1. (b) Find eigenvector of A that corresponds to the eigenvalue found in part (a) and save it as A2. (Hint: For [V,D]=eig(A) in MATLAB and w,V=np.linalg.eig(A) in Python the columns of V are in the same order as the eigenvalues in D or w.)
MATLAB QUESTION
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
MATLAB QUESTION
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!