I write the following command. After running for seconds (less than a minute), Mathematica breaks and nothing is displayed. Why?
a = Tuples[{1, I, -I}, {1, 20}]
Bests,
I write the following command. After running for seconds (less than a minute), Mathematica breaks and nothing is displayed. Why?
a = Tuples[{1, I, -I}, {1, 20}]
Bests,
Table[ByteCount[Tuples[{1, I, -I}, i]]/1024^2., {i, 9, 11}]– xzczd May 31 '18 at 12:21