Re: GroebnerBasis (was Re: Documentation)
- To: mathgroup at smc.vnet.net
- Subject: [mg58646] Re: GroebnerBasis (was Re: Documentation)
- From: Stefan Karlsson <steka68 at telia.com>
- Date: Tue, 12 Jul 2005 05:21:30 -0400 (EDT)
- References: <200506240649.CAA29400@smc.vnet.net> <d9islb$co6$1@smc.vnet.net> <dal1gv$i6l$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
> Likewise > GroebnerBasis[{x - y, x - 1.01 y}, {x, y}] > gives the correct {1. y, x} while > GroebnerBasis[{x - y, x - 1.01 y}, {x, y}] > gives the incorrect {x - 1.001 y} Oh, that last example should be GroebnerBasis[{x - y, x - 1.001 y}, {x, y}] of course. /Stefan