--%>

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 : What are Workpapers Workpapers : In

    Workpapers: In finance world, work papers are documents which are created during the procedure of computing the financial records of a business or individual. The accounting professional which is tasked with examining the book-keeping of a business mi

  • 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 a positive net income for a

    Is this possible for a company with a positive net income and that does not distribute dividends to get itself in suspension of payments?

  • Q : Explain Straddle and Strangle Straddle

    Straddle & Strangle: In the case of shorting butterfly spread, it can be seen that the gains are limited. However, there exists another strategy known as straddle which produces unlimited gains. This strategy benefits when the trader expects that

  • Q : Investors are irrational or naive

    Explain how companies with substandard financial history can draw the attention of investors. Are investors irrational or naive?

  • Q : What is the expected risk premium on

    You have decided to invest 30 percent in X; 30 percent in Y; and 40 percent in Z. Theprobability of the state of the economy is Boom 25%; Normal 60%; and, Bust 15%. The rateof return for stock X is Boom .20; Normal .15; and, Bust .00. The rate of return for stock Y is

  • Q : Relationship between the preferred

    Quetion: A private equity fund invests $100 million into a portfolio company and receives 100% of the preferred stock and 80% of the common stock of the company.  The preferred stock carries a face value of $1

  • Q : Define Effective Utilization of Funds

    Effective Utilization of Funds: It is just the decision to maximize the return on investment of funds. When finance manager is not capable to raise the return by investing fund in profitable assets or other profitable projects, company’s busines

  • Q : What is Regular supply of working

    Regular supply of working capital: The working capital requirement (WCR) estimation helps to ensure that the supply of raw material, which is essential to production, is uninterrupted. Therefore, the firm will be able to get sufficient credits and fun

  • 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