📑  SageMath Online Mini Campus. Code Set 08

🌀   Homepage     🌀   GitHub Pages     🌀   Previous     🌀   Next     🌀   Instagram Posts     🌀   Pinterest Posts

The set of interactive pages with the following structure:

Example of Computations $\mathbb{\implies}$ Your Experiments $\mathbb{\implies}$ Python Modules $\mathbb{\implies}$ Other Languages

Example of Computations

Click the $\mathbb{activate}$ button below to display an interactive example.


@interact
def _(N=(1,7,1)):
    p=sum([point([cos(pi*i/100)^3+RR(j),sin(pi*i/100)],
                 marker='d',color=colormaps.hsv(i+10*j)[:3])
           for i in range(200) for j in [0..N-1]])
    p.show(xmin=-1.1,xmax=.1+N,ymin=-1,ymax=1,
           gridlines=True,figsize=(7,5))

Your Experiments

Type your own SageMath code lines below and click the $\mathbb{evaluate}$ button.


This code cell was evaluated automatically.


Python Modules

Other Languages (R, HTML, ...)

<script src='https://d3js.org/d3.v4.min.js'></script> was added in the page head.