Computation of the Solution Ax=By in an idempotent semiring of intervals

Matrices of intervals considered

A=
[2,3] [5,9]
[7,8] [3,6]

B=
[1,09] [2,05] [3,04]
[1,13] [3,10] [9,10]


The initial value of the iterative scheme considered is :


x0=
[4,7]
[3,5]


The solution are :


x=
[4,7]
[2,2]

y=
[2,2]
[5,5]
[2,5]


The software tools is available, it is called LAAA2008.cpp in the folder example of the project you can download HERE