<< maxplustslinsol Max-Plus Algebra

Max-Plus Algebra >> Max-Plus Algebra > maxpluszeros

maxpluszeros

Max-plus algebra zeros

Calling Sequence

[Z] = maxpluszeros(a,b)

Parameters

a
: input positive integer
b
: input positive integer
Z
: output result zeros matrix

Description

Maxplus Algebra zeros, this function returns matrix of size a X b with all entries equal to -∞. If a or b are not a positive integers then this function returns error.

Examples

Z = maxpluszeros(5,6)
Z  =

 -Inf  -Inf  -Inf  -Inf  -Inf  -Inf
 -Inf  -Inf  -Inf  -Inf  -Inf  -Inf
 -Inf  -Inf  -Inf  -Inf  -Inf  -Inf
 -Inf  -Inf  -Inf  -Inf  -Inf  -Inf
 -Inf  -Inf  -Inf  -Inf  -Inf  -Inf

Author

"Max-Plus Algebra Toolbox", ver. 1.01, April, 2009.

See Also


<< maxplustslinsol Max-Plus Algebra