Re: Complex branch cuts



"*** T. Winter" wrote:
And there are some strong arguments in favour of rectangular. Especially
the basic arithmetic operations are fairly straightforward in rectangular
notation, not in polar notation (try to add two complex numbers given in
polar representation).

Addition/subtraction is simpler using rectangular coordinates;
multiplication/division is simpler using polar coordinates.

However, multiplication/division is not horrible complicated
using rectangular coordinates, although the classical textbook
formula for complex division is subject to unnecessary
overflow (avoidable by normalizing against the larger
component of the divisor).
.


Loading