0
for example:
i want to know how many numbers generated in this loops
[seq([seq(i, j = i .. 5)], i = 1 .. 5)]
[1, 1, 1, 1, 1], [2, 2, 2, 2], [3, 3, 3], [4, 4], [5];
as if there is no way that can make a "++" increment operator in maple 12
You must be logged into your MaplePrimes account in order to post a comment. If you don't have an account, you can create an account here.