Re: Mathematica simplification of (1+x)/x
- From: Paul Abbott <paul@xxxxxxxxxxxxxxxxxx>
- Date: Tue, 31 May 2005 10:56:11 +0800
In article <eFGme.3251$dN6.1032@xxxxxxxx>,
"Dave Snead" <dsnead6@xxxxxxxxxxx> wrote:
> In Mathematica 5.1, I tried simplifying
> (1+x)/x
> with the side condition
> 1+x+x^2==0
>
> using
> FullSimplify[(1+x)/x, 1+x+x^2==0]
>
> It should come out
> -x
>
> but Mathematica shows
> 1 + 1/x
>
> Is Mathematica not able to handle this easy simplification,
> or am I not using the FullSimplify command correctly?
You need to use Reduce:
Reduce[{(1+x)/x == y, 1+x+x^2==0}, y]
Cheers,
Paul
--
Paul Abbott Phone: +61 8 6488 2734
School of Physics, M013 Fax: +61 8 6488 1014
The University of Western Australia (CRICOS Provider No 00126G)
AUSTRALIA http://physics.uwa.edu.au/~paul
http://InternationalMathematicaSymposium.org/IMS2005/
.
- References:
- Mathematica simplification of (1+x)/x
- From: Dave Snead
- Mathematica simplification of (1+x)/x
- Prev by Date: Re: Mathematica simplification of (1+x)/x
- Previous by thread: Re: Mathematica simplification of (1+x)/x
- Index(es):
Relevant Pages
|
|