|
[Date Index]
[Thread Index]
[Author Index]
Re: solve and Abs
- To: mathgroup at smc.vnet.net
- Subject: [mg69397] Re: solve and Abs
- From: Peter Pein <petsie at dordos.net>
- Date: Sun, 10 Sep 2006 07:20:34 -0400 (EDT)
- References: <edtrmv$le6$1@smc.vnet.net>
Richard J. Fateman schrieb:
> Is there a reason (in 5.1) for Solve[x-Abs[x]==0,x] to return {{}}?
> This supposedly means all variables can have all possible values.
>
> Reduce does better.
>
Hello,
the result {{}} means that Solve did not find values for x, which
fulfill the equation without "special conditions". The help browser
tells us:
"Solve gives generic solutions only. It discards solutions that are
valid only when the parameters satisfy special conditions. Reduce gives
the complete set of solutions. "
The special condition in this case is obviously x>=0.
Greetings,
Peter
Prev by Date:
Re: Re: [TS 22578]--Re:does anyone have an ant task for mathematica?
Next by Date:
Re: PlotRange and FullGraphics
Previous by thread:
Re: solve and Abs
Next by thread:
Re: Re: solve and Abs
|