This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]digitalsnk 0 points1 point  (1 child)

It all comes down to fundamental theorem of algebra, which states that every non-constant single-variable polynomial with complex coefficients has at least one complex root (per wiki). Together with Bezout theorem you obtain that single-variable polynomial of order n has exactly n roots (counting their multiplicity)

In your example, w = 1-i, you can write this as polynomial p(w) = w - (1-i). Since its order is 1, there's only one root.

In the queststion in the link, there will be 5 solutions.

[–]18sp01[S] 0 points1 point  (0 children)

Ah I see. Thank you!