Hii All,

I am facing the following problem--------------

The following works fine in sage terminal

sage: R.<a,b,c>=BooleanPolynomialRing(3)
sage: (a+b+c)*(a+b)
a*c + a + b*c + b

but when i want to run the file test.sage 
#/usr/bin/sage -python
R.<a,b,c>=BooleanPolynomialRing(3)
print (a+b+c)*(a+b)

the following error message is generated

 File "./pbr.sage", line 5
    R.<x, y, z>=BooleanPolynomialRing(3)
      ^
SyntaxError: invalid syntax

what i am doing wrong?

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