Is that Interval arithmetic???

3 views (last 30 days)
Bernhard
Bernhard on 28 Oct 2013
Hello everybody!
As a part of a project, I implemented several scripts for solving ODEs, such as the explicit euler-sheme. Additionally, the arithmetical type can be chosen, such as floating point, fixed point and interval arithmetics. Interval arithmetic is simulated be using the mupad-engine, which is included in the symbolic matlab toolbox, so for example: to compute 3+4 in interval arithmetic, my matlab-scripts would do the following:
evalin(symengine,['hull(',num2str(3),')']) + evalin(symengine,['hull(',num2str(4),')'])
Is that really interval arithmetic such in: http://en.wikipedia.org/wiki/Interval_arithmetic ?????
Thank you very much in advance.
Bernhard

Answers (0)

Categories

Find more on Symbolic Math Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!