积分

用int函数可以实现复变函数的积分。

求积分。

code.matlab
>> syms z;
>> f= exp(z)
>> int(f,z,-pi*i,0)
ans=
2