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

6 lines
78 B
Mathematica
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
powerset({{}})
ans =
{} {1x1 cell} %This is the same as { {},{{}} }