Can someone help me figure out how to solve this in MATLAB U
Can someone help me figure out how to solve this in MATLAB?
Use the command [V, D] = eig(A) for the following matrices. This command will give you the eigenvalues and eigenvectors for matrix A. The columns of matrix V will be the eigenvectors. D will be a diagonal matrix with the eigenvalues in the diagonal. Check for each one that A = VDV^-1. To get credit for this assignment, you must provide a print out of the work you did on the computer. [1 -3 3 3 -1 4 -3 -3 -2 0 1 1 1 0 0 0]Solution
The question seems to lay out the procedure step by step.
There is another online source which does the same job --no necessity for coding
https://matrixcalc.org/en/vectors.html
1) Input the given matrix A and invoke FIND command
2) Get the eigen values and the corresponding eigenvectors.
3) Form the matrix V (the columns of V are the eigenvectors of A)
4) Verify A = VDV-1 (you may use the matrix multiplication facility available on the same site)
![Can someone help me figure out how to solve this in MATLAB? Use the command [V, D] = eig(A) for the following matrices. This command will give you the eigenvalu Can someone help me figure out how to solve this in MATLAB? Use the command [V, D] = eig(A) for the following matrices. This command will give you the eigenvalu](/WebImages/31/can-someone-help-me-figure-out-how-to-solve-this-in-matlab-u-1087418-1761572008-0.webp)
