0 Members and 1 Guest are viewing this topic.
:For(X,1,5:X^2 -> L1(X:End:L1
:seq(X^2,X,1,5
Yeah I still have trouble figuring and remembering all the arguments for Seq everytime, especially when I got no for equivalent. Also, in my case, my list of 100 elements contains 2-digits numbers
I forget many times the second argument and skip it. Or put without wanting the last optional argument for increase.
I forget many times the second argument and skip it.