Functions of Complex Variables
Mathematica transparently works with complex variables throughout, not only numerically, but also symbolically—often relying on original results to handle intricate branch cut and other issues.
Visualization
Integration
Integrate — symbolic integrals taking account of complex variables
PrincipalValue — option for specifying whether to take principal values
NIntegrate — numerical integration around contours in the complex plane
Symbolic Manipulation
ComplexExpand — symbolically expand into real and imaginary parts
Reduce — reduce polynomial systems over complex variables
TUTORIALS
MORE ABOUT