Tag

fractal

0 views collected around this technical thread.

Model Perspective
Model Perspective
May 18, 2025 · R&D Management

What Is a Decision Fractal? Uncover Nested Decision Loops for Smarter Choices

The article introduces the concept of a decision fractal, showing how each step of analysis, planning, execution, and reflection contains smaller nested cycles, forming a self‑similar structure that transforms linear decision chains into adaptable, scalable processes.

R&Ddecision makingfractal
0 likes · 9 min read
What Is a Decision Fractal? Uncover Nested Decision Loops for Smarter Choices
Java Tech Enthusiast
Java Tech Enthusiast
Aug 20, 2023 · Fundamentals

Tweetable Mathematical Art: Generating Images with Compact C++ Functions

The Tweetable Mathematical Art contest challenges participants to craft three ultra‑compact C++ functions—each under 140 characters—to compute red, green, and blue values for every pixel of a 1024×1024 image, yielding striking patterns ranging from trigonometric color wheels to Mandelbrot fractals and diffusion‑limited aggregations.

C++Code Golfalgorithmic art
0 likes · 15 min read
Tweetable Mathematical Art: Generating Images with Compact C++ Functions
Model Perspective
Model Perspective
Dec 4, 2022 · Fundamentals

How to Create a Fractal Tree with Python’s Matplotlib and Recursion

This guide demonstrates how to generate a fractal tree in Python using Matplotlib, covering library imports, functions for rotation, distance calculation, split-point determination, and a recursive drawing algorithm that visualizes branching structures.

Data VisualizationMatplotlibPython
0 likes · 5 min read
How to Create a Fractal Tree with Python’s Matplotlib and Recursion
Python Programming Learning Circle
Python Programming Learning Circle
Sep 20, 2022 · Fundamentals

Generating the Dragon Curve with Python and Turtle Graphics

This tutorial explains what a dragon curve fractal is, how it can be constructed by iterative paper folding, and provides step‑by‑step Python code—including sequence generation and Turtle graphics—to draw both straight‑line and circular versions of the curve.

Dragon CurvePythonalgorithm
0 likes · 7 min read
Generating the Dragon Curve with Python and Turtle Graphics
Model Perspective
Model Perspective
Aug 17, 2022 · Fundamentals

Why Coastlines Have No Finite Length: The Infinite Perimeter of the Koch Curve

The article explains how the Koch curve, a classic fractal introduced by Helge von Koch, is constructed, why its perimeter grows without bound while its area remains zero, and how this illustrates why natural coastlines cannot have a well‑defined length, contrasting smooth curves with self‑similar fractals.

Koch curvefractalgeometry
0 likes · 10 min read
Why Coastlines Have No Finite Length: The Infinite Perimeter of the Koch Curve
DevOps
DevOps
Jan 6, 2021 · Fundamentals

Fractal Geometry, Coastlines, and Innovation: From A4 Paper to the Second Curve

The article explores how measuring an A4 sheet or a crumpled paper ball illustrates the paradox of coastline length, introduces Mandelbrot's fractal theory and self‑similarity, and draws parallels to innovation, dimensionality, and diversity in natural and organizational systems.

Mandelbrotcoastlinefractal
0 likes · 10 min read
Fractal Geometry, Coastlines, and Innovation: From A4 Paper to the Second Curve
Architecture Digest
Architecture Digest
Jan 4, 2017 · Fundamentals

Drawing the Koch Curve and Koch Snowflake with ASCII Art and C Language

This article explains the mathematical construction of the Koch curve and snowflake, demonstrates how to render them using only four ASCII characters, and provides a complete C program that recursively draws these fractals on a character buffer.

C programmingKoch curveascii art
0 likes · 6 min read
Drawing the Koch Curve and Koch Snowflake with ASCII Art and C Language