├── README.md ├── img ├── gallery │ ├── S.png │ ├── continued-fraction.png │ ├── late-night.png │ └── treeline-1.png ├── header copy.png ├── header-old.png └── header.png ├── index.html ├── js ├── complex_operations.js ├── cool_functions.js ├── engine.js └── scheme_functions.js ├── latinmodernmath.otf ├── plotter.html ├── redirect.html └── style.css /README.md: -------------------------------------------------------------------------------- 1 | # complex-function-plot 2 | -------------------------------------------------------------------------------- /img/gallery/S.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterEFrancis/complex-function-plot/a73504eeb2bbe624b2da699d038dddd0070fb9fb/img/gallery/S.png -------------------------------------------------------------------------------- /img/gallery/continued-fraction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterEFrancis/complex-function-plot/a73504eeb2bbe624b2da699d038dddd0070fb9fb/img/gallery/continued-fraction.png -------------------------------------------------------------------------------- /img/gallery/late-night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterEFrancis/complex-function-plot/a73504eeb2bbe624b2da699d038dddd0070fb9fb/img/gallery/late-night.png -------------------------------------------------------------------------------- /img/gallery/treeline-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterEFrancis/complex-function-plot/a73504eeb2bbe624b2da699d038dddd0070fb9fb/img/gallery/treeline-1.png -------------------------------------------------------------------------------- /img/header copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterEFrancis/complex-function-plot/a73504eeb2bbe624b2da699d038dddd0070fb9fb/img/header copy.png -------------------------------------------------------------------------------- /img/header-old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterEFrancis/complex-function-plot/a73504eeb2bbe624b2da699d038dddd0070fb9fb/img/header-old.png -------------------------------------------------------------------------------- /img/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterEFrancis/complex-function-plot/a73504eeb2bbe624b2da699d038dddd0070fb9fb/img/header.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |Fun and colorful transformations of the complex plane!
42 | 44 |Transformations from the complex plane \(\mathbb{C}\) to itself can create beautifiul patterns and images in a simple way. First let \(S\) be the set of all colors, and define two functions:
66 |Then, color the plane with the new coloring map \(g\circ f\).
71 |Different domain coloring schemes can drastically change the resulting image. 72 | Many use some combination of increments in phase, modulus, real, and imaginary coordinates. However, you can upload any image to use as a domain coloring scheme!
73 |Copyright © 2020 Peter E. Francis
118 |\(\LaTeX\) input not working? Use plain text.
73 | 74 |143 | 144 |
148 | 149 |