====== IAM 961 exercises 1 ====== **1.** Get up and running with Julia. Either download and install an executable from [[http://www.julialang.org]] or use the [[http://www.juliabox.com | JuliaBox]] cloud-based Julia server. **2.** Learn some Julia basics by working through [[http://sistemas.fciencias.unam.mx/~dsanders/|David Sander]]'s [[https://github.com/dpsanders/hands_on_julia|Hands-on Julia]] notebooks. These pages from my undergrad class should help you get started * [[gibson:teaching:fall-2016:math753:installing-julia]] * [[gibson:teaching:fall-2016:math753:julia-notebooks]] * [[gibson:teaching:fall-2016:math753:notebook-workflow]] The Hands-on Julia notebooks are * {{:gibson:teaching:fall-2016:math753:hands_on_julia:1-numbers-variables-and-basic-functions.ipynb}} * {{:gibson:teaching:fall-2016:math753:hands_on_julia:2-iteration-ranges-vectors-and-conditionals.ipynb}} * {{:gibson:teaching:fall-2016:math753:hands_on_julia:3-packages-and-visualization-with-pyplot.ipynb}} * {{:gibson:teaching:fall-2016:math753:hands_on_julia:4-vectors.ipynb}} * {{:gibson:teaching:fall-2016:math753:hands_on_julia:5-matrices.ipynb}} * {{:gibson:teaching:fall-2016:math753:hands_on_julia:6-interactivity-using-interact.jl.ipynb}} * {{:gibson:teaching:fall-2016:math753:hands_on_julia:7-functions.ipynb}} * {{:gibson:teaching:fall-2016:math753:hands_on_julia:8-funny-but-useful-syntax.ipynb}} You will want to download these files then start them up within Julia, as described in the notes above, or upload them to JuliaBox and run them there.