There are two methods for defining a complex function in Mathematica.
Exploration.
Before we start, make x, y, u and v real variables.
![[Graphics:../Images/ComplexFunLinear_gr_14.gif]](../Images/ComplexFunLinear_gr_14.gif)
Method 1. Make f[x,y] a function of two real variables (x,y).
![[Graphics:../Images/ComplexFunLinear_gr_16.gif]](../Images/ComplexFunLinear_gr_16.gif)
Method
2. Make F[z] a
function of
.
![[Graphics:../Images/ComplexFunLinear_gr_19.gif]](../Images/ComplexFunLinear_gr_19.gif)
Remark. It was
necessary to use the power of MapAll to
find the real and imaginary parts of
.
![[Graphics:../Images/ComplexFunLinear_gr_22.gif]](../Images/ComplexFunLinear_gr_22.gif)