Is anyone here familiar with maple?
If so, I'm trying to create a procedure to create a 1x1 grid for a three dimensional plot of any size, such that i can put in (for example) "proc(9);" and return all points from (0,0,0) to (9,9,9).
Thanks in advance.
update: I can use with(combinat) permute(n,3) to get the majority of the coordinates, but since its mean to run permutations, it ignores duplicates, so now I'm just missing all the points where x=y, x=z, or y=z.


Reply With Quote
