- README
- DIRECTORY
- DEMO
Interval package of Octave
Author: Xuefeng LIU, 2021/1/1
In this notebook, let us introduce the interval package of Octave for the purpose of verified computing under the interval airthmetic.
Computing under the interval arithmetic produces rigourous numerical results, which can be applied in mathematical proof. There are several implementation of interval arithmetic in C/C++, MATLAB, Octave, Python and other language. Ganjin platform provides the interval package of Octave, which is under the GPL-3.0+ license and can be used freely. This package has limited functions, compared with INTLAB (developed by S.R. Rump, in MATLAB and Octave languages), but is a good choice for beginners to the interval arithmetic.
The official documentation of interval package for Octave is here: https://octave.sourceforge.io/interval/package_doc/
About the directory
Folders or files beginning with a dot are not displayed by default.
Virtual Machine Setting
Warning!
You are starting the virtual machine as a visitor to current project. As a visitor, you can change files in the booted virtual machine, but the changed files will be aborted when the server is shut down.