MathGroup Archive 2007

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

Search the Archive

SolveAlways documentation problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg78745] SolveAlways documentation problem
  • From: "Chris Chiasson" <chris at chiasson.name>
  • Date: Sun, 8 Jul 2007 06:13:07 -0400 (EDT)

"SolveAlways[eqns,vars] is equivalent to Solve[!Eliminate[!eqns,vars]]."

does not work with the first basic example given

In[1]:= SolveAlways[a x+b==0,x]
Out[1]= {{a->0,b->0}}

In[2]:= Solve[!Eliminate[!(a x+b==0),x],x]
Out[2]= {{}}

-- 
http://chris.chiasson.name/


  • Prev by Date: Re: DensityPlot colours misbehaving
  • Next by Date: Is there anything wrong?
  • Previous by thread: Re: Axes and Frame
  • Next by thread: Re: SolveAlways documentation problem