MathGroup Archive 2003

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

Search the Archive

bug in CoefficientArrays?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg43923] bug in CoefficientArrays?
  • From: Mark Fisher <mark at markfisher.net>
  • Date: Sun, 12 Oct 2003 04:03:43 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

FYI: This looks like a bug to me:

In[77]:=
poly=a+(1-b)(c-d)x-e y;
{m0,m1}=CoefficientArrays[poly,{x,y}];
m0+m1.{x,y}-poly//Simplify

Out[79]=
(d-b d+c (-1+b+b d)) x

--Mark


  • Prev by Date: How do I get Timing results in Out[]//<Message>?
  • Next by Date: Bizarre phenomenon
  • Previous by thread: Re: Re: How do I get Timing results in Out[]//<Message>?
  • Next by thread: Re: bug in CoefficientArrays?