#6144: Pynac doesn't simplify exp(x)*exp(2*x) to exp(3*x)
-----------------------+----------------------------------------------------
 Reporter:  mhansen    |       Owner:            
     Type:  defect     |      Status:  new       
 Priority:  major      |   Milestone:  sage-4.0.1
Component:  symbolics  |    Keywords:            
-----------------------+----------------------------------------------------

Comment(by burcin):

 GiNaC doesn't do this either:

 {{{
 > exp(x)*exp(2*x);
 exp(2*x)*exp(x)
 }}}

 I'll try to play with the mul::eval method in pynac to do this. The main
 problem is doing it without compromising speed.

 Cheers,

 Burcin

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6144#comment:1>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to