On Wed, Jun 3, 2009 at 11:45 AM, Robert Bradshaw <[email protected]> wrote: > > Currently symbolic variables are un-indexable. What would people > think of having indexing create new subscripted variables? > > sage: a = var('a') > sage: a[0] > a_0 > sage: latex(a[1,2]) > a_{1,2}
That's a pretty wild and crazy idea. Cool. Does any other math software do that? Are there any obvious gotcha's? William --~--~---------~--~----~------------~-------~--~----~ 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-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
