|
From: | Jean Dubois |
Subject: | how to make a matrix with all combinations of digits efficiently |
Date: | Thu, 28 Dec 2017 21:25:02 +0100 |
I'd like to generate a matrix like this (small version to give you the idea): 0 0 0 (three columns in this example) 0 0 1 0 0 2 0 0 3 . . . 9 9 8 9 9 9 Could anyone here show me how to do this efficiently? thanks in advance
[Prev in Thread] | Current Thread | [Next in Thread] |