Polynomial Zonotope
In CORA, polynomial zonotopes are instantiated by
% pZ = polyZonotope(c,G,GI,E);
where c is the start point, G is the generator matrix with dependent factors, GI is the generator matrix with independent factors, and E is the exponent matrix.
Example:
% initialize polynomial zonotope
pZ = polyZonotope(c,G,GI,E);
% plot polynomial zonotope