MapleCommandsFPFD.mws

Maple Commands

factor and partial fraction decomposition

>    factor(2*x^4+x^3-12*x^2-x+10);

(2*x+5)*(x-1)*(x-2)*(x+1)

>    convert((3*x^2+2*x-1)/(2*x^4+x^3-12*x^2-x+10),parfrac,x);

5/9/(x-2)-2/7/(x-1)-34/63/(2*x+5)

>