PS: On 2013-07-10, Simon King <[email protected]> wrote: > One remark: > > In your code, you construct an algebra element by > FreeAlgebraElement(self.alg, k) > Please don't do this! > In general, elements of an algebraic structure "A" given by data "d" should be > created via "A(d)" or via arithmetic operations on A.gens(), but by calling > some > class constructor.
Oops, a typo: ..., but *not* by calling some class constructor. Cheers, Simon -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/groups/opt_out.
