Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Julia set variant 3
t<-ppoints(100)*2*pi x<-cos(t) y<-sin(t) z<-complex(real = x, imag = y) c<-complex(real = 0, imag = 1) for (k in 1:11) { z<-sample(c(sqrt(z-c),-sqrt(z-c)),100*2^max(k-3,0)) } plot(z,pch='.')
run
|
edit
|
history
|
help
0
Estimate pi with uniform random numbers
Simple Plot
Test
14-09-2020GRam
trial
Generate numbers based on mean and stdev
SEIR-Modell
Sample R program of all basic functions
library(datasets) #Base de datos
Ludy Thenor Research Methods I- Final Part 2