here is some behaviour i find rather weird.
In [76]: w1,w2=QQ['w1,w2'].gens() now as i see it, w1 is a polynomial in one variable. indeed: In [77]: w1.variables() Out[77]: [w1] however, In [78]: w1(1) <type 'exceptions.TypeError'>: x must be of correct length whereas In [79]: w1(1,1) Out[79]: 1 succeeds. i see why it's this way, but is it intentional (and a good idea)? -kyle --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com 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/ -~----------~----~----~----~------~----~------~--~---