The techniques used on this page use a special package which must be called by using the following command:
> with(student);

> A:=Int(x^n*sin(x),x);

> intparts(A,x^n);

> simplify(");


> A:=Int(x^n*cos(x),x);

> intparts(A,x^n);

> simplify(");


> A:=Int(x^n*exp(a*x),x);

> intparts(A,x^n);

> simplify(");
