MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: System of Linear Equations

  • To: mathgroup at smc.vnet.net
  • Subject: [mg71998] Re: System of Linear Equations
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Thu, 7 Dec 2006 06:26:16 -0500 (EST)
  • Organization: Uni Leipzig
  • References: <el68oj$2ut$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de

Hi,

try

http://www.netlib.org/linalg/html_templates/Templates.html

and the methods described there. It is rather easy to program,
but if you need the C++ code you should have a look at

http://www.mathematik.uni-freiburg.de/IAM/Research/projectskr/lin_solver/

Regards
   Jens

Pronay Rana wrote:
> Dear sir,
>   I am a poor student.And you can help me.I am studying Computer 
> science.Currently I am doing thesis and my thesis topic
> is System of Linear Equations.My problem is I need to
> find a way to solve billion equations.There are many irerative alg availabe like Guass-Seidel Jacobi etc,But I cannot use them.I need to develop my own alg.For example one solution
>   is to draw perpendicular lines to the lines until it convergence.This kind of problm appear
>   in many commercial application where you ned to solve even billion equations.Sir,I
>   need your suggetions.
> 
>  
> ---------------------------------
> Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and get things done faster.
> 


  • Prev by Date: Re: How can I get this spiked Integral evaluated???
  • Next by Date: Re: Mathematica question
  • Previous by thread: System of Linear Equations
  • Next by thread: Re: System of Linear Equations