MRaster examples 21.0.0.0
Image Processing Library
Loading...
Searching...
No Matches
newton_max_back.cpp File Reference

Draw a Newton Fractical – color by orbit distance from roots. More...

Go to the source code of this file.

Detailed Description

Draw a Newton Fractical – color by orbit distance from roots.

Author
Mitch Richling https://www.mitchr.me
Standards
C++20
See also
https://www.mitchr.me/SS/newton/index.html#max_back
Details


We do the standard Newton iterations, but we keep track iterations that make a step AWAY from the root to which the orbit eventually converges. Then we color according to the largest such back-step. Near the origin, some backsteps are quite large.

Definition in file newton_max_back.cpp.