Tutorials

The tutorials in these section will teach you the bases of interval methods with Julia.

First, install Julia. Then you can install the required packages with using Pkg; Pkg.add("PkgName") in the Julia REPL. For example, to install IntervalArithmetic.

julia> using Pkg; Pkg.add("IntervalArithmetic")

Congratulations! You are ready to go! Now you can start learning with our tutorials.

  1. IntervalArithmetic.jl [notebook]

  2. IntervalRootFinding.jl [notebook]

  3. IntervalConstraintProgramming.jl [notebook]

  4. IntervalOptimisation.jl [notebook]

  5. TaylorModels.jl [notebook]