How to substitute a complex number in a complex function?

92 Views Asked by At

I know for the regular cases, but what I am after is something like this:

$\lim\limits_{z \to 1+5i} ix+y$

is it: i(1) + (5i) = 6i, or: i(1) + 5 = 5+i ?!

1

There are 1 best solutions below

0
On BEST ANSWER

We usually define $z=x+yi$ so $x,\,y\in\Bbb R$, making the answer $5+i$.