Can Maple Show Step-by-Step Solutions for Complex Contour Integrals?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 7K views
matt_crouch
Messages
157
Reaction score
1
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 but it says it does not work for complex integrals