MathGroup Archive 2005

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

Search the Archive

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


  • Prev by Date: Re: Re: Wrong Integral result for a Piecewise function
  • Next by Date: ListDensityPlot Legend?
  • Previous by thread: Re: GroebnerBasis (was Re: Documentation)
  • Next by thread: Updated my RootSearch package