/HW0_S23

Primary LanguageJupyter Notebook

HW0

HW0 + Julia Video Walkthrough

Getting Started

All the homeworks are distributed as Jupyter notebooks. Follow these instructions to get everything set up.

  1. Install Julia. Download v1.6.7 from the Julia website. From here you can follow these platform specific instructions to get started.
  2. Clone this repo and put it wherever you want.
  3. Start a Julia REPL in your terminal using julia, or the location to the Julia binaries. If this doesn't work, make sure you followed the platform specific instructions.
  4. Install the IJulia using the Julia package manager. In the REPL, enter the package manager using ], then enter add IJulia to add it to your system path.
  5. In the REPL (hit backspace to exit the package manager), enter using IJulia
  6. Launch the notebook using notebook() or jupyterlab()

HW Instructions

Fill out Q1.ipynb and Q2.ipynb and use print preview -> print -> save as PDF.

Submission Instructions

Submit on gradescope as a PDF.