Re: Algebraic Expression Manipulation
- From: D Herring <dherring@xxxxxxxxxxxxxxx>
- Date: Wed, 31 May 2006 13:26:18 -0500
duli wrote:
I posted this to the mathematica newgroup but somehow it never
appeared. So I am positing it here.
The Mathematica group is moderated; your post was probably dropped.
I need a way to take an expression like
(-1)^(2x + 3 y) and be able to reduce it to (-1)^y.
I don't see how that simplification is possible unless we know more about x and y; maybe x=-y?
In Mathematica, try
Simplify[(-1)^(2x+3y), x==-y]
I could not figure out how to do this in Mathematica and need
suggestions as to how one might go about doing this in other packages (like Maple).
Most packages have some variant of the simplify command...
Daniel
.
- Follow-Ups:
- Re: Algebraic Expression Manipulation
- From: duli
- Re: Algebraic Expression Manipulation
- References:
- Algebraic Expression Manipulation
- From: duli
- Algebraic Expression Manipulation
- Prev by Date: Algebraic Expression Manipulation
- Next by Date: Re: Algebraic Expression Manipulation
- Previous by thread: Algebraic Expression Manipulation
- Next by thread: Re: Algebraic Expression Manipulation
- Index(es):