<< minmaxplussys Min-Max-Plus And Petrinet minpluseye >>

Min-Max-Plus And Petrinet >> Min-Max-Plus And Petrinet > minmaxplussysser

minmaxplussysser

Bipartite min-max-plus system

Calling Sequence

[x] = minmaxplussysser(A,B,x0,d)

Parameters

A
: input matrix have of size n x m .
B
: input matrix have of size m x n .
x0
: input vector have of size (m+n) x 1 .
d
: positive integer number.
x
: output vector have of size (m+n) x d .

Description

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.

Examples

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)

Author

"Min-Max-Plus Algebra And Petrinet Toolbox", ver. 2.1.0, January, 2017.

See Also


Report an issue
<< minmaxplussys Min-Max-Plus And Petrinet minpluseye >>