Hello all
do you have any idea how to split the function 1/(x^3+2) into partial
fraction?
partfrac fails and the commands which are in history in this mail list:
load(simplify_sum);
my_partfrac(e, x) := partfrac(num(e)/factor_with_solve(denom(e), x), x);
produce complex numbers. Is there a way how to get partial fraction in real
domain, i.e. in the form
A/(x+number) + (B*x+C)/(quadratic polynomial) ?
Many thanks. Robert Marik