Question: Grouping the values

A simple question. I have this:

k*(2x+y-3z+2)+s*(5x+5y-4z+3)=0

 

And I want to group it by x, y, z, so that I would get:

x*(2k+5s)+y(k+5s)...=0

 

I'm using Maple 11.

Please Wait...