Answered step by step
Verified Expert Solution
Question
1 Approved Answer
3. Write a function in MATLAB that takes as input a square matrix A, a guess for an eigenvalue and returns as output the eigenvalue
3. Write a function in MATLAB that takes as input a square matrix A, a guess for an eigenvalue and returns as output the eigenvalue and eigenvector found using the shift-and-invert strategy. You may use MATLABs built in matrix multiplication (A*b) and division command (A\b) as necessary. To test your program, if you enter the matrix A = [1, 2, 3; 4, 5, 6; 7, 8, 10] and = 1, you should find the eigenvalue 0.19825 and the eigenvector (0.33455, 1, 0.57726).
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started