(L13 ex. 3) Compute the roots of p = (x - c)^d + \epsilon in Sage for
values of c from 1 to 0 for increasing d and decreasing \epsilon, making
sure the working precision is high enough so 1.0 + \epsilon \neq 1.0.
Relate the location of the roots of p to values of c, d, and \epsilon.
|
Plot roots of (x-c)^d - \epsilon. c = i/100 \epsilon = 10^{k}
Click to the left again to hide and once more to show the dynamic interactive window |
|||||||||||||||||||||||||
|
|
The interactive figure demonstrates that the roots of (x - c)^d + \epsilon for d \in \{2,3, \dots\} are arranged equidistantly on a circle centered at c, and with radius \sqrt[d]{\epsilon}.
|
|