FromFCPartialFractionForm[exp]
converts all FCPartialFractionForm
symbols present in exp
back into the standard representation.
Overview, ToFCPartialFractionForm, FCPartialFractionForm.
[FCPartialFractionForm[x, {}, x]] FromFCPartialFractionForm
x
[FCPartialFractionForm[0, {{{x - 1, -2}, 1}}, x]] FromFCPartialFractionForm
\frac{1}{(x-1)^2}
[FCPartialFractionForm[0, {{{x + 1, -1}, 1}, {{x - y, -2}, c}}, x]] FromFCPartialFractionForm
\frac{c}{(x-y)^2}+\frac{1}{x+1}
[FCPartialFractionForm[0, {{{x + 1, -1}, 1}, {{x - y, -2}, c}}, x], Factoring -> Together] FromFCPartialFractionForm
\frac{c x+c+x^2-2 x y+y^2}{(x+1) (x-y)^2}