MathGroup Archive 2007

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

Search the Archive

Re: SolveAlways documentation problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg78778] Re: SolveAlways documentation problem
  • From: "Chris Chiasson" <chris at chiasson.name>
  • Date: Mon, 9 Jul 2007 01:39:26 -0400 (EDT)
  • References: <acbec1a40707071919l7bbcde53sdcecc19218e703f6@mail.gmail.com>

Andrzej Kozlowski pointed out that I read the documentation
incorrectly. There isn't any problem with the documentation here. I'm
sorry for wasting resources.

On 7/7/07, Chris Chiasson <chris at chiasson.name> wrote:
> "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/
>


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


  • Prev by Date: Re: Axes and Frame
  • Next by Date: longest chain! is that a DFS?
  • Previous by thread: Re: SolveAlways documentation problem
  • Next by thread: Is there anything wrong?