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.
@interact
def _(N=(11,0,-1)):
var('t');
p=sum([polar_plot((.5*j+1)*sin(6*t)^2,(pi*i/6,pi*(i+1)/6),
color=colormaps.jet(20*i)[:3])
for i in [0..N] for j in range(3)])
show(p,figsize=7,gridlines=True,ymin=-2,ymax=2,xmin=-2,xmax=2)
Type your own SageMath code lines below and click the $\mathbb{evaluate}$ button.
This code cell was evaluated automatically.