Re: Practical time limits with Solve[] and similar functions
- To: mathgroup at smc.vnet.net
- Subject: [mg63784] Re: Practical time limits with Solve[] and similar functions
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Sat, 14 Jan 2006 02:32:31 -0500 (EST)
- References: <dq548p$adq$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, no, this is not fair. The list of all solutions of a set of equations can be extreme huge and this take time to handle and worst of all it may exceed the physical memory limit and your computer will swap part of tis memory to the hard disk .. I had a complicated eigenvalue equation where I need the eigenvalues -- Mathematica 3.0 took three weeks ... Regards Jens "Christopher Arthur" <pantagruel123 at aol.com> schrieb im Newsbeitrag news:dq548p$adq$1 at smc.vnet.net... > Hi, > > When I run Solve, Eliminate, Reduce and similar equation-solving routines, > I > find that there are basically two ways that they run. The first is that > within 20 seconds or so, the routine completes, and I get a solution. The > second way is that it runs for a few minutes or longer, and I lose > patience and abort it, assuming that it just got stuck and will never > solve it. > > Is it fair to assume that if it doesn't get it in a minute or so, that > it's > probably never going to get it, even if you let it run all week long? > > What's the longest anyone has seen these commands run with successful > results in the end? I know it depends on the type of equations that you > are using, so I'll say I'm interested in systems of polynomial + linear > equations. > > Christopher Arthur > >