#fractal mathematics
Explore tagged Tumblr posts
rbrooksdesign · 4 days ago
Text
Tumblr media
∑FEETc: Divisor Matrix Table (DMT) 19, digital painting, June 19, 2025, Reginald Brooks
∑FEETc
*Fractal
*Entanglement
*Entropy
*Time
*Consciousness
62 notes · View notes
smashorpassobjects2 · 6 months ago
Text
Tumblr media
123 notes · View notes
blake447 · 2 years ago
Text
Tumblr media
So in case anyone's following and seen my work with dragon and koch curves, and was curious about sierpinski's triangle, it can be represented with these sequences but unfortunately the process is more irregular so we cant pull the same tricks with binary sequences, at least in any manner that is immediately obvious.
Pictured above is a process where you double each element of the sequence, and pick a number to inject smaller triangles into, then repeat the process. With a bit of practice you can draw an eularian path that forms a sierpinski triangle.
Tumblr media
If you wanna get really fancy you can vary the edge you break into smaller triangles each iteration, though its really, really hard to do on the fly
Tumblr media
This is one i've always wanted to write a program to generate.
186 notes · View notes
lesbianslovebts · 1 year ago
Text
Tumblr media
For this project, I took a stage 9 dragon curve and implemented the following rule: for each of the stage 8 fractals contained within the stage 9 fractal, where 4 lines enclose a square, there is 1 bead. I made the background black and then assigned a color to each column. The rainbow is because I am gay, of course. :]
110 notes · View notes
bluetoad07 · 3 months ago
Text
i made a new (?) fractal today!
i call it the burning duck :3
Tumblr media
v [explanation below!] v
i have no idea if anyone else has seen this before (someone probably has), but i think it's really cool!
this is somewhat of a halfway point between the mandelbrot set and the burning ship. the original burning ship fractal is the result of taking the mandelbrot set's equation ( z = z^2 + c; where z and c are complex numbers ), but using the absolute value of z instead ( z = |z|^2 + c ).
the result is this, a very pretty fractal that is quite well known:
Tumblr media
while experimenting with my own fractal renderer i've been working on, i realized that i didn't have to absolutize the entirety of z. because it's a complex number, the real and imaginary portions are stored in separate variables, so i tried to see what happens if you only do one of them!
absolutizing the real half was very boring, it just mirrored the bottom half of the burning ship to the top. but the imaginary half created the duck!
visually, i think this is probably my favorite fractal! i am very surprised how unique it is to the burning ship despite being so closely related. here's a couple really pretty screenshots i took:
Tumblr media Tumblr media Tumblr media
anyways thanks for reading this!!
14 notes · View notes
anarthursworld · 1 month ago
Text
Tumblr media
The Frondity Substack explores the connotations of a fractal universe. The link takes you to pages 8 To 15 containing The Journey Begins post of the Frondity publication.
13 notes · View notes
Text
Fractals don't just have finite area.
They have zero area.
39 notes · View notes
looseartist · 3 months ago
Text
Tumblr media
ma 0_0 low res
17 notes · View notes
daily-public-domain · 2 months ago
Text
Day 389: Fractal Tree, 2005
Tumblr media
link
–This image is part of the public domain, meaning you can do anything you want with it! (you could even sell it as a shirt, poster or whatever, no need to credit it!)–
7 notes · View notes
rbrooksdesign · 28 days ago
Text
Tumblr media
∑FEETc: Divisor Matrix Table (DMT) 26, digital painting, May 26, 2025, Reginald Brooks
∑FEETc
*Fractal
*Entanglement
*Entropy
*Time
*Consciousness
75 notes · View notes
citheroniaregalis · 5 months ago
Text
Don’t care + didn’t ask + I was emotional about fractals before you had even discovered what religious symbolism was + I have natural DD cups
7 notes · View notes
fuckyeahfluiddynamics · 4 months ago
Text
Why Nature Loves Fractals
Tumblr media
Trees, blood vessels, and rivers all follow branching patterns that make their pieces look very similar to their whole. We call this repeating, self-similar shape a fractal, and this Be Smart video explores why these branching patterns are so common, both in living and non-living systems. (Video and image credit: Be Smart) Read the full article
121 notes · View notes
williammorrised · 2 years ago
Text
Tumblr media
Bi & z → z(1/c - 1)(1 - z) @ (-0.85 + 0i)
Trying out some new complex functions to get more "flag-like" shapes. It's difficult to get the scale right and keep the detail, but it's fun to try!
— Own work, 2023 (CC0)
115 notes · View notes
noosphe-re · 1 year ago
Text
Every scrap is a fractal.
Ahmed Salman
27 notes · View notes
breofannasullivan · 1 month ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
Shop :: Displate | InPrnt
Socials :: Website | Bluesky | Tumblr
Old Art, pre-2021. Created with a mixture of Apophysis 7x, Chaotica and Ultra Fractal 6.
5 notes · View notes
blake447 · 2 years ago
Text
Tumblr media Tumblr media Tumblr media
I realized I hadn't shared this here yet! Here's my 3D printed Quaternion Julia Set! See I first learned of these things reading about it from a pretty well known graphics programmer Inigo Quilez. Theirs are a lot prettier! But yeah, if you're familiar with Julia Sets and the Mandelbrot set already, this is basically that but we use 4D complex numbers called quaternions instead of the regular old complex numbers.
Tumblr media
The original shaders I used to render them were unity CG/HLSL implementations, but this particular one is from a GLSL implementation over on my shadertoy you can find here: https://www.shadertoy.com/view/tdt3W8 It isn't exactly the same one that I've printed here (I've long lost the exact seed) but it is reasonably close. The way I printed it was I stole some marching cube code for blender and just plugged in the SDF function derived by Inigo Quilez, tweaked the values and eventually got a mesh I can print!
Tumblr media
This uh, isn't the one I used lol. It did take a few tries to get one that was both visually interesting and also printable. In fact i wasn't even using the marching cube algorithm at first. I was using Poisson Surface Reconstruction with a python script that casted points to form a point cloud. Basically I was attempting to create a mesh like you would with photogrammetry, just with an abstract object rather than an actual thing or place.
Tumblr media
The results were, well not good lol.
Tumblr media
*Continues digging through box* I know its around here some where, I should have the one that works. Okay this still isnt it but this one is using the same method, I just wanted to use this for a vrchat world instead of using it for 3D printing. It gets the point across lol
Tumblr media
But yeah. 3D printing is really cool if you're into a bit of math
125 notes · View notes