How about
d = Denominator[f[x]]; Map[Inactive[Divide][#/x^Exponent[#, x], d/x^Exponent[#, x]] &, Collect[d*f[x], x]]
It uses Inactive of Mathematica 10 to avoid re-arrangements of numerators and denominators.
Hi all,
thanks for your help. I did not manage to solve the problem in the way I wanted and did it manually. Additionally I solved it with mathematica as shown in the picture.
Best Chris
Hi Okkes,
thanks for looking at it and the manipulations. As you said - there is still the variable in the numerator ... For the spacing: I adjusted the previous file in order to be clearer.
Any further ideas or how can I check if it is even possible (or if I am wasting my time ...)
you forgot to put space between some variable.. I tried it didnot work.