Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
| Download
Tutorial for Lab 3, LS30A (Fall 2020)
Project: LS 30 Materials
Views: 455License: MIT
Image: ubuntu2004
Kernel: SageMath 9.1
Lab 3 Using Lists and Loops
Example 1: Plotting lists of points using list_plot()
In [23]:
In [29]:
In [31]:
In [37]:
Example 2: Processing lists of data using for loops
Example 3: editing a trajectory
Pre-created lists xlist and ylist:
In [42]:
xlist = [1, 0.995004165278026, 0.980066577841242, 0.955336489125606, 0.921060994002885]...
ylist = [0, 0.0998334166468282, 0.198669330795061, 0.295520206661340, 0.389418342308651]...
In [54]:
In [59]:
In [0]: