Skip to content

Latest commit

 

History

History

Julia

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Julia

Julia Logo

Purpose:

Examples of installing and using Julia on the Harvard University FAS cluster.

Installation:

# on $HOME
[jharvard@holy7c12104 ~]$ curl -fsSL https://install.julialang.org | sh

[jharvard@holy7c12104 julia-1.9.3]$ julia
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.9.3 (2023-08-24)
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
|__/                   |

julia>

Examples:

  • Example 1: Monte-Carlo calculation of PI
  • Example 2: Ordinary Differential Equations (ODEs)
  • Example 3: Julia in Jupyter notebook on OOD