How do I group terms by powers of e in Maple?

  • Context: Maple 
  • Thread starter Thread starter vlad2006
  • Start date Start date
  • Tags Tags
    Group Maple Terms
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 9K views
vlad2006
Messages
3
Reaction score
0
I have an expression like this:
expr1:=x*e^2+y*e+(x^2-1)*e^2
How i can, using maple, group terms with e.
In this case with result like:
expr2:=e^2*(x+x^2-1)+e*y
 
Physics news on Phys.org
Thanks for reply! that is what i want!
Thanks again!