Tag

fractals

0 views collected around this technical thread.

Model Perspective
Model Perspective
Aug 15, 2022 · Fundamentals

How Richardson’s Coastline Paradox Sparked the Birth of Fractals

From Lewis Richardson’s discovery that measured coastlines grow longer with finer scales to Benoît Mandelbrot’s introduction of fractal geometry, this article traces the historical development of fractals, explaining the concepts of statistical self‑similarity and fractional dimension that revolutionized the study of irregular natural forms.

MandelbrotRichardsoncoastline paradox
0 likes · 7 min read
How Richardson’s Coastline Paradox Sparked the Birth of Fractals
ByteFE
ByteFE
Sep 14, 2021 · Frontend Development

Drawing Fractals with HTML5 Canvas: Theory, Vector Mathematics, and Recursive Implementations

This article explains the mathematical foundations of fractals, demonstrates how to use Canvas coordinate transformations and vector operations, and provides complete JavaScript code for drawing classic fractals such as the Koch snowflake, hexagonal snowflake, and a binary tree using recursive algorithms.

CanvasJavaScriptfractals
0 likes · 14 min read
Drawing Fractals with HTML5 Canvas: Theory, Vector Mathematics, and Recursive Implementations