Bipartite min-max-plus system
[x] = minmaxplussysser(A,B,x0,d)
This function, x is [x(0),x(1),...,x(d)] where x(0)=x0 and x(k+1)=minmaxplussys(A,B,x(k)).
For details see: Subiono and J.van der Woude (2000); "Power algorithms for (max,∔)- and bipartite (min,max,∔)-systems"; DEDS, vol.10, pp.369-389, 2000.
A =[2 -3 6 2 -11; 13 12 19 -6 21; -10 8 14 -5 -16]; B =[16 8 4; -11 10 14; -8 -4 4; 13 -1 -7; 4 7 0]; x0=zeros(8,1); x = minmaxplussysser(A,B,x0,5) | ![]() | ![]() |