Some of the Julia code examples discussed during the lectures are available here. Comments in each file explain the functionality and the concepts illustrated. |
Basic languages elements to get started (see comments in the codes for explanations)[int1.jl][int2.jl] [randomarray.jl] [matrix.jl] [specialnames.jl] [bool.jl] [bitwise.jl] [ifelse.jl] [timing.jl] [complex.jl] [unicode.jl] [string.jl] [catch.jl] [write.jl] [read.jl] [scope.jl] [scoperror.jl] [struct.jl] [module.jl][main.jl] [letblock.jl] [quadgk.jl] [codes.tar] |