Power method and inverse, Slides of Computer Science

Write computer code and implement (1)the power method; (2) the symmetric power method; (3) the symmetric inverse-power method. Test the methods on the following matrix,

Typology: Slides

2019/2020

Uploaded on 02/19/2020

benson-kamau
benson-kamau 🇺🇸

1 document

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Math456/CMPSC456 Homework 5
Due Feb 19 2020
1. (10 points) 9.3.1 a.
2. (10 points) 9.3.5 a.
3. (20 points) Computer project: Write computer code and implement (1)
the power method; (2) the symmetric power method; (3) the symmetric
inverse-power method. Test the methods on the following matrix,
4 1 1 1
1 3 1 1
1120
1 1 0 2
.
Use tolerance 105and ~x0= (1,0,0,0)T. Show the approximate eigen-
values from the iterations.
1

Partial preview of the text

Download Power method and inverse and more Slides Computer Science in PDF only on Docsity!

Math456/CMPSC456 Homework 5

Due Feb 19 2020

  1. (10 points) 9.3.1 a.
  2. (10 points) 9.3.5 a.
  3. (20 points) Computer project: Write computer code and implement (1) the power method; (2) the symmetric power method; (3) the symmetric inverse-power method. Test the methods on the following matrix,

   

   

Use tolerance 10−^5 and ~x 0 = (1, 0 , 0 , 0)T^. Show the approximate eigen- values from the iterations.