how to convince Maxima to carry out complex arithmetic
- Subject: how to convince Maxima to carry out complex arithmetic
- From: Richard Fateman
- Date: Thu, 17 Sep 2009 09:42:59 -0700
Robert Dodier wrote:
try algebraic:true.
then rat(1/(1+%i)) comes out as -(%i-1)/2
> (%i9) rat (1/(1 + %i));
> 1
> (%o9)/R/ ------
> %i + 1
>
>
>