Re: Algebraic Expression Manipulation



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
.