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])
>>
>>...
>>TypeError: unab
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
http://grou
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])
...
TypeError: unable to make sense of Maxima expression '[c[0]==1/x]' in
Sag