The set of interactive pages with the following structure:
Example of Computations $\mathbb{\implies}$ Your Experiments $\mathbb{\implies}$ Python Modules $\mathbb{\implies}$ Other Languages
Click the $\mathbb{activate}$ button below to display an interactive example.
c=list(colors.keys())
f(x,t)=sin(5*x)^2+.02*t
@interact
def _(n=[20,28,..,len(c)]):
p=sum([polar_plot(f(x,i),(x,0,2*pi),plot_points=30,
thickness=1,color=c[i-1])
for i in [1..n]])
p.show(figsize=(5,5),gridlines=True)
Type your own SageMath code lines below and click the $\mathbb{evaluate}$ button.
This code cell was evaluated automatically.
<script src='https://d3js.org/d3.v3.min.js'></script>
<script src='https://d3js.org/topojson.v0.min.js'></script> was added in the page head.