RosettaCodeData/Task/Power-set/MATLAB/power-set-2.m

6 lines
78 B
Mathematica
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
powerset({{}})
ans =
{} {1x1 cell} %This is the same as { {},{{}} }