Question: how to simplify this?

I can't figure how to simplify

 V:= V1*R2/(s*C*R1*R2+R1_R2)

into

V = V1 *R2/(R1+R2)/(C*R1*R2*s/(R1+R2)+1)

with Maple

Basically, divide numerator and denominator by the s^0 coefficient.

Please Wait...