Re: [sage-support] Re: solve() exception when variable names contain brackets

2011-07-01 Thread Michael Orlitzky
On 06/29/11 16:28, Jason Grout wrote: On 6/29/11 3:22 PM, Michael Orlitzky wrote: This is probably just a case of don't do that, but I thought I'd check: sage: c = [ var('c[0]') ] sage: system = c[0]*x == 1 sage: solve(system, c[0]) boom ... TypeError: unable to make

[sage-support] Re: solve() exception when variable names contain brackets

2011-06-29 Thread Jason Grout
On 6/29/11 3:22 PM, Michael Orlitzky wrote: This is probably just a case of don't do that, but I thought I'd check: sage: c = [ var('c[0]') ] sage: system = c[0]*x == 1 sage: solve(system, c[0]) boom ... TypeError: unable to make sense of Maxima expression '[c[0]==1/x]' in

[sage-support] Re: solve() exception when variable names contain brackets

2011-06-29 Thread Volker Braun
Thats http://trac.sagemath.org/sage_trac/ticket/7496 and its scheduled for sage-4.7.2 -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at