Skip to main content

Questions tagged [fractals]

5 votes
0 answers
180 views

When testing ConcaveHullMesh I made an interesting observation. Apply it iteratively. Let’s start with a small number of randomly selected points and build their concave mesh. Next we define centroids ...
lesobrod's user avatar
  • 2,690
0 votes
1 answer
131 views

I want WolframAlpha (or Mathematica / Wolfram Language) to generate a graph based on a custom “prime” rule that I’ve been experimenting with. The rule is: Take a real number N. Remove its decimal ...
Vaughn Ohlman's user avatar
2 votes
1 answer
236 views

Below is my Mathematica code to generate the bifurcation diagram of the sine map x_n+1 = rsin(Pix_n) or in this form f(x) = rsin(Pix). (How to isolate the bifurcation points from the sine map's ...
user42700's user avatar
  • 2,027
3 votes
3 answers
385 views

I have the following code for the bifurcation diagram of the sine map. It works well but I would like to isolate where the onset of period doubling begins (the bifurcation points) along the horizontal ...
user42700's user avatar
  • 2,027
16 votes
2 answers
1k views

7 years ago, I built this picture and constructed mesh ...
Alex Trounev's user avatar
  • 52.4k
23 votes
2 answers
1k views

Any ideas how to implement something like this? I stumbled upon this interesting video. Here is a small part in animated GIF: and here is a high resolution frame to look at details. Relevant code ...
Vitaliy Kaurov's user avatar
5 votes
2 answers
332 views

inspired by the attached fractal image, how can I generate the same effect with MMA, but with the possibility of inserting a specific text? Any help is welcome, thank you in advance.
Pamela's user avatar
  • 107
17 votes
3 answers
1k views

Given the definition: The frontier of Brownian motion is the boundary of the unbounded component of the complement of Brownian motion. Graphically, the frontier is in red: How can one isolate the ...
Sofista 137's user avatar
5 votes
1 answer
439 views

Question Let's say we have an array that via ArrayPlot gives us an approximate plot of a fractal. E.g. the Mandelbrot set: ...
user avatar
8 votes
1 answer
333 views

Each slice is an approximate curve of JuliaSet and the entire surface is "smooth". The specific difficulty is julia set is a fractal function of iteration, it cannot expressed as the ...
babyK's user avatar
  • 447
13 votes
4 answers
495 views

I've made some attempts, but I don't know how to set the color and thickness of the circle. ...
vector's user avatar
  • 343
13 votes
3 answers
2k views

Ernst Haeckel (1834 - 1919) was a German philosopher, physician, artist and professor of zoology at the University of Jena. He promoted and popularised Charles Darwin's work in Germany. Haeckel (left)...
eldo's user avatar
  • 84.9k
21 votes
3 answers
1k views

Anni Albers (1899 - 1994) was a German artist regarded as one of the most influential textile designers of the 20th century. Since 1931 Albers was head of the Bauhaus weaving workshops in Dessau and ...
eldo's user avatar
  • 84.9k
12 votes
9 answers
2k views

For the first square, I tried Graphics[{Green, Rectangle[{0, 0}, {3, 3}]}]
Thuy Nguyen's user avatar
  • 1,461
11 votes
2 answers
699 views

I have the following problem which is most easily described by this diagram: We start off with a quadrilateral, not necessarily a square, with four fixed points, here represented in green. We have a ...
flinty's user avatar
  • 26.3k

15 30 50 per page
1
2 3 4 5
10