05/19/2008, 07:51 PM
bo198214 Wrote:I described it here. The principlewith
is common in the regular iteration literature, however the formula is perhaps too dirty
that I have seen it explicitely mentioned.
Ah, OK. For some reason, when I apply my interpretation of the formula above, I get
bo198214 Wrote:Originally I wanted to use "^" via __and__ for the iteration, like I used "**" via __pow__ for the powers. Do you have an idea why this is not recognized? And also the question about how to put the hyperops package into sage that it is automatically recognized is still open for me.
Maybe this is because "^" is __xor__, not __and__.
Andrew Robbins