Anthony Berg 52bda5ab3a
All checks were successful
/ Deploy to Cloudflare Pages (push) Successful in 2m16s
Quartz sync: Apr 2, 2025, 4:55 PM
2025-04-02 16:55:04 +02:00

414 B

Definition

A Complex Functions f(z) can be seen as a function of two real variables. Hence

f(z) = f(x + iy) = f(x, y).

When interpreted appropriately.

[!example] For instance

f(z) = z^2 = (x + iy)^2 = x^2 - y^2 + 2ixy

Suppose f is Differentiable, we should expect relations between \frac{\partial f}{\partial x} and \frac{\partial f}{\partial y}.