Re: about new development in solving linear systems
- From: "Julian V. Noble" <jvn@xxxxxxxxxxxx>
- Date: Sun, 29 Oct 2006 15:47:30 -0500
hollowspook wrote:
Hi, there
As we all know, there are two main methods for soling linear system:
direct methods and iterative methods. Direct methods includes LU
factorization and Multifrotal method. And iterative methods includes
stationary methods(Jacobi, Guass-Seidel) and non-stationary methods(CG,
MINRES, GMRES...).
I am curious about the new development in solving linear systems. Is
there any other solver for linear systems? Can someone do me the
favour?
Thanks
Sam
Your homework assignment:
1. Look up Strassen's algorithm.
2. Estimate its running time as a function of N, the
number of equations.
3. Write a program that implements it. Compare this to
the usual (LU, Gauss elimination with pivoting, etc.)
methods for program complexity and running time.
--
Julian V. Noble
Professor Emeritus of Physics
University of Virginia
.
- Follow-Ups:
- Re: about new development in solving linear systems
- From: hollowspook
- Re: about new development in solving linear systems
- From: Gordon Sande
- Re: about new development in solving linear systems
- References:
- about new development in solving linear systems
- From: hollowspook
- about new development in solving linear systems
- Prev by Date: Group structures in incompressible fluid flows
- Next by Date: Re: about new development in solving linear systems
- Previous by thread: about new development in solving linear systems
- Next by thread: Re: about new development in solving linear systems
- Index(es):
Relevant Pages
|
|