This text is displayed if your browser does not support HTML5 Canvas.

Notes:

Text book: The demonstration presented here is based on the outline of the proof of the Fundamental Theorem of Algebra given in the following text book.

A Survey of Modern Algebra
Garrett Birkhoff and Saunders Mac Lane
3rd Edition
Macmillan Co.
1965

The following Octave transcript shows the magnitudes of the roots of the default polynomial.

octave:1> abs(roots([1+0.2*i, -2-3*i, 1+2*i, 1-0.5*i]))
ans =

   3.20490
   0.88211
   0.38780

octave:2>