--%>

Iterative System Solvers, Power Methods

Iterative System Solvers, Power Methods, and the Inverse Power Method for Boundary

Value Problems.

1. Code and test Jacobi and Gauss-Sidel solvers for arbitrary diagonally dominant linear systems.

2. Compare performance/results with tridiagonal Gaussian elimination solver for the problem arising from

-y’’=f on (0,1) with y(0)=0=y(1). You may also want to use sparse storage and MATLAB’s built in ’\’ operator

as a third solver.

3. Code and test a power method with deflation program to find all (approximate) eigenvalues/eigenvectors of

an arbitrary symmetric nxn matrix.

For full points you must use your Gauss-Sidel solver, but most credit can be acheived via use of the built in ’\’

operator. This applies to the next problem as well.

4. Code and test an inverse power method with deflation program to find the first few eigenvalues and eigenfunctions

(eigenvectors) of -y’’ = l y on (0,1) with y(0)=0=y(1).

****************************************************************************

5. To shorten the project, this item is an Extra/Optional/Final Project idea.

Code and test an inverse power method with deflation program to find the first few eigenvalues and eigenfunctions

(eigenvectors) of - D u = l u on W = H0, 1L

2 with u=0 on ¶W .

You will need a function that solves - D u = f on W = H0, 1L

2 with u=0 on ¶W T. est this with

f(x,y)=2p2 sin(p x)sin(p y )E. ither use a Gauss-Sidel solver you code, or use sparse storage for the block tridiagonal

matrix together with the ’\’ operator.

6. Another Extra/Optional/Final Project Idea: Repeat problem 5 on an irregular subregion of H0, 1L

2.

7. Another Extra/Optional/Final Project Idea: Write a Gaussian elimination solver for the block tridiagonal

system coming from - D u = f on W = H0, 1L

2 with u=0 on ¶W a,nalogous to your existing tridiagonal solver.

   Related Questions in Corporate Finance

  • Q : Explain influences of financial

    Does financial leverage (i.e. debt) have any influence on the Free Cash Flow, upon the Cash Flow to Shareholders, upon the growth of the company and upon the value of the shares?

  • Q : Explain value of shares is Is this

    Is this correct that the value of the shares is, the “value of the results’ capitalization” that, as per to the Institute of Accounting and Auditing (ICAC) shows “the sum of the expected future results of the company throughout a certain period

  • Q : Set of conflicts in reducing working

    Give an illustration of a set of conflicts encountered when attempting to reduce working capital?

  • Q : Assignment help for Financial Statement

    HW I: Show your approach to each problem (formulas, variables, etc.) You can use Excel sheet formulas to show the work or use the Finance calculator terms. For the ABC answers: choose the correct answer and delete the rest.

  • Q : How form a portfolio with higher

    Does this make any sense to form a portfolio comprised of companies along with a higher return/dividend?

  • Q : Long-Term Financing Needed Long-Term

    Long-Term Financing Needed : - At year-end 2012, total assets for Ambrose Inc. were $1.2 million and accounts payable were $375,000. Sales, which in 2012 were $2.5 million, are expected to increase by 25% in 2013. Total ass

  • Q : Calculate valuation realized by

    Is a valuation realized through a prestigious investment bank a scientifically approved result that any investor could utilize as a reference?

  • Q : Walt disney WAAC You work in Walt

    You work in Walt Disney Company’s corporate finance and treasury department and have just been assigned to the team estimating Disney’s WACC. You must estimate this WACC in preparation for a team meeting later today....?

  • Q : Real estate problem Eric Rowan is

    Eric Rowan is planning to buy a house for $155,000 by borrowing money at the rate of 9%. He expects to rent the house for 5 years, collecting $20,000 annual rent in advance each year. He thinks that he can sell the house for $175,000 after five years. Fulton has incom

  • Q : Data races-critical sections-processor

    A) Research the phenomena of data races. Give an illustration of how an unprotected data race can give mount to data inconsistency.How do OpenMP and Cilk resolve this problem? B) Present your own fully documented and tested program