Thank you very much. Yes number of iteration is fixed.

On Saturday, January 3, 2015 8:59:21 AM UTC, Dibyendu Roy wrote:
>
> I am learning sage for first time. I want to do iteration in boolean 
> polynomial ring. 
>
> sage: from polybori import *
> sage: declare_ring([Block('x',177),Block('y',2)],globals())
> sage: r
> sage: x(1)=x(0)*y(0)
>
> Its showing me following error
>
> ValueError: Argument names should be valid python identifiers.
>
> actually i want to update the variables x(1) by x(0)*y(0). please help me
>
>

-- 
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/d/optout.

Reply via email to