As another example, here is something I found in Mathematica:

In: Sum[f[i], {i, 1, 5, 2}]
Out: f[1] + f[3] + f[5]


In this case, I believe it is treating f as a function, which is fine as I 
will eventually be writing y as a function. I just didn't know how I should 
define y in Sage so that it would let me do this type of thing.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to