Matrices interval
[A,B] = intervalmatab(m,n)
: output matrices A,B of size m by-n such that A ≦B.
Function returns integer random matrice A and B of size m × n such that A ≦B.
[A,B]=intervalmatab(7,7); // check that A≦B. A <= B // other example A=maxplussprand(7,7,0.8); [x,y]=intervalmatab(7,1); // check that A⊗x ≤ A⊗y maxplusotimes(A,x) <= maxplusotimes(A,y) | ![]() | ![]() |