<< maxplusstar Min-Max-Plus And Petrinet maxplustrace >>

Min-Max-Plus And Petrinet >> Min-Max-Plus And Petrinet > maxplussys

maxplussys

Max-plus algebra evolusi system x(k+1)=A⊗x(k), k = 0,1,2 3,⋯

Calling Sequence

[X] = maxplussys(A,x0,q)

Parameters

A
: square input matrix
q
: a positive integer
x0
: input initial vektor

Description

This function returns X, that equals

[ x(0) x(1) x(2) ⋯ x(q) ]

that satisfy x(k+1)=A⊗x(k), k=0,1,2,3,⋯

Examples

A  = [2. -%inf 8. 2. 9.;
      6. -%inf -%inf 8. 8.;
      8. -%inf 6. 1. 5.;
      0. 2. 5. 3. 10.;
      7. 4. -%inf -%inf 6.]; 
x0 =[0;0;0;0;0];
p=6;
[X]=maxplussys(A,x0,p)

Authors

"Max-Plus Algebra And Petrinet Toolbox", ver. 1.1.0, February, 2013.

See Also


Report an issue
<< maxplusstar Min-Max-Plus And Petrinet maxplustrace >>