On Thursday, May 10, 2012 5:28:38 PM UTC+2, 3DRaven wrote: > > There is a suggestion to developers. The construction of > x = var('x') > solve(x^2 + 3*x + 2, x) > is inconvenient and not beautiful. Can do whatever in the sage of any > uninitialized variable was considered a symbolic?
in the notebook (and only there), you can execute automatic_names(True) once. Then, it does what you want. The remaining discussion about x vs. y is just a good example that Sage is not 100% pure - as Kini would like :) It is also influenced by a tradeoff for general usability. H h -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org