[Maxima] Simplifying complex expressions

Stavros Macrakis macrakis at alum.mit.edu
Sat Jan 5 12:21:58 CST 2008


On Jan 5, 2008 12:39 PM, Jordi Gutiérrez Hermoso <jordigh at gmail.com> wrote:
Is there an easy way to get Maxima to say that (1-i)/(1+i) = i?

No, I'm afraid not. Perhaps because it is actually -i. :-)

Remember that Maxima represents sqrt(-1) as %i:

   rectform((1-%i)/(1+%i)) => -%i

Another way is:

   rat((1-%i)/(1+%i)), algebraic => -%i.

      -s
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.math.utexas.edu/pipermail/maxima/attachments/20080105/1b2bc11e/attachment.htm 


More information about the Maxima mailing list