Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This project computes the two eigenvalues of a 50x50 matrix. You will use the usual Power Method to compute the largest eigenvalue. For the

image

This project computes the two eigenvalues of a 50x50 matrix. You will use the usual Power Method to compute the largest eigenvalue. For the other eigenvalue, you will use the Inverse Power Method. Our matrix A is tridiagonal. Its main diagonal has ones on it. The super diagonal (the diagonal above the main diagonal) has negative-ones on it. The sub-diagonal (below the main diagonal) has negative-ones also. Our starting vector x has all ones. Our tolerance is 0.01. Turn in the following on one page 1) Draw Gershgorin Circles that contain the eigenvalues of A. 2) Based on part (1), what is the spectral radius of A. Print your answer here: 3) With a starting vector x.= [1 1 1 1....1], apply the usual power method to estimate max, the dominant-eigenvalue of matrix A. Use a tolerance of 0.01. Print your answer with 4 decimals: max 4) Print the number of iterations required to converge. 5) Use the Inverse Power Method to compute an eigenvalue closest to 0.8, with tolerance = 0.01 You may use the "inv" command in MATLAB to compute the inverse of a matrix. Print this eigenvalue "closest to 0.88" with 4 decimals: 6) Print the number of iterations required to converge. Do not print your computer program.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Numerical Analysis

Authors: Richard L. Burden, J. Douglas Faires

9th edition

538733519, 978-1133169338, 1133169333, 978-0538733519

More Books

Students also viewed these Mathematics questions

Question

2 How should one go about selecting a marketing research agency?

Answered: 1 week ago

Question

What is Accounting?

Answered: 1 week ago

Question

Define organisation chart

Answered: 1 week ago

Question

What are the advantages of planning ?

Answered: 1 week ago