Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Fractal Fourier
t<-ppoints(10000)*2*pi x<-rep(0,length(t)) y<-rep(0,length(t)) for (k in 1:100) { x<-x+cos(k*(k-1)*t)/k^2 y<-y+sin(k*(k-1)*t)/k^2 } plot(x,y,type='l',asp=1)
run
|
edit
|
history
|
help
0
Mathematical operations 1
Testing a faked dice
Gab1B-nb
26-08-2020Teste
Polynomial Regression with Interaction Terms
tirangulopascalfrac
R1
SimulacaoItaly-17-02-2021
NewtonMin-12-02-2021
law of large numbers