(3*x + m*x + a*y+b*y ).collect(x).collect(y)

On 12 říj, 19:20, Chris Seberino <[email protected]> wrote:
> How group terms in an expression?
>
> e.g. How group terms with x and y in:
>
>               3*x + m*x + a*y+b*y
>
> to get:
>
>               (3 + m)*x + (a + b)*y ??
>
> cs
--~--~---------~--~----~------------~-------~--~----~
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-support
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to