Re: anything faster than Solve[] for solving sets of polynomial equations symbolically?
- To: mathgroup at smc.vnet.net
- Subject: [mg118623] Re: anything faster than Solve[] for solving sets of polynomial equations symbolically?
- From: dantimatter <google at dantimatter.com>
- Date: Wed, 4 May 2011 19:47:46 -0400 (EDT)
Hi David, Thanks for the response! It seems that my problem takes a really long time only when I try to incorporate all the 'k_i >= 0' right into Solve[]. When I leave those inequalities out, and then use Assuming[] as you've suggested, things go much faster. Cheers, Dan