Is it possible to get Maple to show me step by step how to solve a complex contour integral?
f := (x,y,z,v) -> (x+I*x*cos(v)+I*y*sin(v))^(-2)
int(f(x,y,z,v),v=0..2*Pi) assuming(x,real,y,real,z,real,v,real)
But I would like to know how Maple solves this step by step. I tried using the tutor...