ugly colors draw mandel brot (slow)
This commit is contained in:
16
main.ua
16
main.ua
@@ -1 +1,15 @@
|
||||
"Hello, World!"
|
||||
# how many iterations before divergence
|
||||
# ? z0=c
|
||||
Iter ← ◌⍢(
|
||||
⊃(+ⁿ2⊙⋅∘|⋅+₁)
|
||||
| ↧⊙<₁₀₀₀≤2⌵
|
||||
)⊙0.
|
||||
# ? iteration_number
|
||||
Color ← °hsv [⊙⊙(˜-τ×τ÷1000) 1 1]
|
||||
# create [a, b) with n values
|
||||
# ? a b n
|
||||
Linspace ← +⟜(×⌵-⊙⊙(÷⟜⇡))
|
||||
|
||||
X ← Linspace ¯1.8 0.85 200
|
||||
Y ← Linspace ¯1.1 1.1 200
|
||||
&ims ≡₀Color ≡₀Iter ⊞ℂ Y X
|
||||
|
||||
Reference in New Issue
Block a user