Grouping Terms with Maple: Simplify Expressions with e | Step-by-Step Guide

  • Context: Maple 
  • Thread starter Thread starter vlad2006
  • Start date Start date
  • Tags Tags
    Group Maple Terms
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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!