----- Original Message ----- From: William Stein > One possibly nasty possibility would be to allow Magma-like notation: > sage: [1..4] > [1, 2, 3, 4] > > How does one specify an integer range in Maple, Mathematica, Maxima?
In Maple it is similar to Magma, $1..4 produces 1,2,3,4. Also, .. is used for plots, sums, integrals et al. as plot(x^2,x=-1..1); int(x^2,x=-1..1); etc. >> -- Regarding latex, it would be great to have a simple description of >> how to use the notebook interface to produce a paper in latex >> incorporating >> sage input and output, That can be done more simple in texmacs with a SAGE session embedded. I think SAGE sessions can be added to LyX, too, but that seems to be not implemented yet. Alec --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---
