I want to use of collect for this code:
x^α (9/(100 α κ Gamma[α]) - x/(
100 (α + α^2) κ Gamma[α]) - Subscript[
a, 0]/(α Gamma[α])) +
x^(2 α) ((
2^(2 - 2 α)
Cos[π α] Gamma[1/2 - α] Subscript[a, 0])/(
5 Sqrt[π] α κ Gamma[α]) - (
x Subscript[a, 0])/(10 κ Gamma[2 + 2 α]) - (
x Gamma[2 + α] Subscript[a, 0])/(
10 α κ Gamma[α] Gamma[2 + 2 α]) - (
2^(-2 α) Sqrt[π] Subscript[a, 1])/
Gamma[1/2 + α])
so that we have power to form of
x x^α x^(2α) x^(3α) ...
that
I have reviewed these answers Collect1 collect2 but I did not understand. Any suggestion?



Collect. As suggested earlier by @march, useCollect[exp, x^α, Simplify]or some variant of it. – bbgodfrey Apr 09 '16 at 17:42(x^α),x^(2 α),x^(1 + α), andx^(1 + 2 α), so it cannot look like what your want. – bbgodfrey Apr 09 '16 at 18:02