Main Page | Report this Page
 
   
Science Forum Index  »  Math - Symbolic Forum  »  Specific Maxima simplification involving %e, %i, and %pi
Page 1 of 1    
Author Message
george
Posted: Tue May 29, 2007 4:26 pm
Guest
I have started using the Maxima system available at http://maxima.sourceforge.net/.
In all expressions I would like Maxima to replace %e ^ ( 2 * %i * %pi
* m ) by 1 whenever m is an integer. I have tried both ASSUME and LET
with no success. Can someone explain how to effect this
simplification in Maxima?
Burzum
Posted: Wed May 30, 2007 7:26 am
Guest
On Tue, 29 May 2007 14:26:37 -0700, george wrote:

Quote:
I have started using the Maxima system available at http://maxima.sourceforge.net/.
In all expressions I would like Maxima to replace %e ^ ( 2 * %i * %pi
* m ) by 1 whenever m is an integer. I have tried both ASSUME and LET
with no success. Can someone explain how to effect this
simplification in Maxima?

exp(2*%pi*%i*m);
%e^(2*%i*%pi*m)

trigrat(%);
%i*sin(2*%pi*m)+cos(2*%pi*m)

declare(m,integer);
done

exp(2*%pi*%i*m);
%e^(2*%i*%pi*m)

trigrat(%);
1
 
Page 1 of 1       All times are GMT - 5 Hours
The time now is Wed Jan 07, 2009 11:47 pm