Hello , 

The following SR (2,1,1,4) worked fine.

sage: sr = SR(2,1,1,4,star=True,aes_mode=True, 
gf2=True,allow_zero_inversions = True)
sage: P = sr.vector([0, 0, 1, 0])                                           
    
sage: K = sr.vector([1, 0, 0, 1])
sage: C = sr(P,K)
sage: load mpolynomialsystem.py
sage: F,s = sr.polynomial_system(P,K)

but when I try the same for SR (5,2,2,8) does not work. 
I tried using
sage: P = sr.vector([0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 
1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1])                                 
              
sage: K = sr.vector([1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 
0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0])

I need it for my work absolutely.
Thanks in advance

-- 
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