Programming Guide



Hello, 

> Oh --- a for loop from 1 to n is equivalent to L = [1, 2, 3, ..., n].
> I'm thinking it would be convenient to include noninteger values,
> or to exclude some values, depending on what you're trying to do,
> so that's why I wrote that stuff in terms of an explicit list.
> 
> (Just to be clear --- Maxima doesn't understand the ellipsis
> notation [1, 2, 3, ..., n]. You would have to write makelist(i, i, 1, n)
> instead, where n is an integer.)
Fantastic. Works like a charm. Thank you again for your help.

Zoho