Estimating the volume of a reachable set.
- Open Pluto:
- Run
julia
in a terminal. - Within Julia, run:
using Pluto Pluto.run()
- This should open Pluto in your browser.
- If not, checkout the Pluto output for the URL (likely http://localhost:1234/):
┌ Info: └ Opening http://localhost:1234/ in your default browser... ~ have fun!
- This should open Pluto in your browser.
- Run
- Open the
project3.jl
notebook from Pluto through this box (<PATH_TO_AA228VProjects>/project3/project3.jl
):- Click
Run notebook code
.
- Click
- See
project3.jl
within Pluto for details.