Skip to content

Files

Latest commit

2f2d9a3 · Feb 12, 2019

History

History
15 lines (12 loc) · 684 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 684 Bytes

Homework number 1

  • please complete this homework inside the given IJulia notebook.
  • please do exercises 1-5.
  • the other exercises are voluntary.
  • provide your solution in a new cell below each question.

reminder: how to work with IJulia

  1. start julia
  2. type using IJulia
    • only works if IJulia is part of your current environment.
    • if it's not, just do using InstantiateFromURL; activate_github("QuantEcon/QuantEconLecturePackages", tag = "v0.9.5"); before saying using IJulia
  3. open a notebook server by typing notebook(dir="/Users/florian.oswald/Downloads") [you have to change the dir argument!]
  4. Click on HW1.ipynb to start the notebook.