Příklad 5
>
i5:=Int(4*x/(1-x^4)^(1/2),x);
Zavedeme substituci
>
changevar(x^2=t,i5,t);
>
i5=subs(t=x^2,value(%));
>
>