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
Project: varith boonitt - BU_Fri_12PM
Views: 13Image: ubuntu2204
Kernel: Octave 8.2
To start this question, first execute the following code cell
In [9]:
Using a for loop
(see lab 1) and the recommended parametrization of a circle (see lab 2) plot a circle with each radius in the array radii
centered at .
Make sure all of the circles appear in the same figure and are not overwritten.
Label the axes with and
Include comments explaining what each line of the code does.
In [14]:
Repeat the plots above, but plotting only the left half of the circles.
In [17]: