Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
1
Task/Mandelbrot-set/J/mandelbrot-set-1.j
Normal file
1
Task/Mandelbrot-set/J/mandelbrot-set-1.j
Normal file
|
|
@ -0,0 +1 @@
|
|||
mcf=. (<: 2:)@|@(] ((*:@] + [)^:((<: 2:)@|@])^:1000) 0:) NB. 1000 iterations test
|
||||
4
Task/Mandelbrot-set/J/mandelbrot-set-2.j
Normal file
4
Task/Mandelbrot-set/J/mandelbrot-set-2.j
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
domain=. |.@|:@({.@[ + ] *~ j./&i.&>/@+.@(1j1 + ] %~ -~/@[))&>/
|
||||
|
||||
load 'viewmat'
|
||||
viewmat mcf "0 @ domain (_2j_1 1j1) ; 0.01 NB. Complex interval and resolution
|
||||
1
Task/Mandelbrot-set/J/mandelbrot-set-3.j
Normal file
1
Task/Mandelbrot-set/J/mandelbrot-set-3.j
Normal file
|
|
@ -0,0 +1 @@
|
|||
viewmat mcf "0 @ domain (_2j_1 1j1) ; 0.1 NB. Complex interval and resolution
|
||||
Loading…
Add table
Add a link
Reference in a new issue