Question: Power method using matlab Write a MATLAB function to implement power method to calculate the eigenvalue with the greatest absolute value and the corresponding eigenvector.
Write a MATLAB function to implement power method to calculate the eigenvalue with the greatest absolute value and the corresponding eigenvector. The function should have the following form: function [lambda, x] = myPower (A, N, eps). Write a MATLAB script to test the accuracy of your function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
