Skip to content

Latest commit

 

History

History

project3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

AA228V/CS238V: Project 3

website html

Estimating the volume of a reachable set.

Steps

  1. Open Pluto:
    • Run julia in a terminal.
    • Within Julia, run:
      using Pluto
      Pluto.run()
      • This should open Pluto in your browser.
        ┌ Info:
        └ Opening http://localhost:1234/ in your default browser... ~ have fun!
  2. Open the project3.jl notebook from Pluto through this box (<PATH_TO_AA228VProjects>/project3/project3.jl):

    • Click Run notebook code.
  3. See project3.jl within Pluto for details.