Fullspace

In CORA, fullspaces are instantiated by
% fs = fullspace(n);
where n is the dimension.
Example:
% initialize fullspace
n = 2;
fs = fullspace(n);
 
% plot fullspace
plot(fs);
For more information, type
help fullspace
fullspace - object constructor for n-dimensional spaces; setting n=0 is only permitted for some functions, because the 0-dimensional 0 vector cannot be represented in MATLAB (different from the 1-dimensional '0'). Still, the results of the remaining set operations are described in the respective function headers. Description: This class represents objects defined as {x