Question: Maple always automatically distribute coefficients in expressions?

Hi, why does Maple always automatically distribute coefficients in expressions? For example, if I enter 2*(a + b + c), the result is always 2*a + 2*b + 2*c. Is there a way to keep it as 2*(a + b + c) instead?

Please Wait...