Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Julia set variant 2
t<-ppoints(100)*2*pi x<-cos(t) y<-sin(t) z<-complex(real = x, imag = y) c<-complex(real = -34/21, imag = 0) for (k in 1:8) { z<-c(sqrt(z-c),-sqrt(z-c)) } plot(z,pch='.')
run
|
edit
|
history
|
help
0
Polynomial Regression with Interaction Terms
regression
Data frame
lab1
taylorsen7
Random forest example
Análise de experimento em DIC e teste de Tukey
Test
Gab1A(resumido)
This is python