invariant_theory package

asked 2013-03-08 21:31:11 +0200

JDA gravatar image

I am trying to follow the tutorial on the invariant_theory package: http://www.sagemath.org/doc/reference...

I asked sage to execute the first example:

sage: R.<x,y> = QQ[]

sage: q = x^4 + y^4

sage: quartic = invariant_theory.binary_quartic(q); quartic

But received the following error: Traceback (click to the left of this block for traceback) ... NameError: name 'invariant_theory' is not defined

I have the newest version of sage installed. What's going wrong here?

edit retag flag offensive close merge delete

Comments

1

Exactly what version of Sage do you have installed? You need 5.7 or later to use this feature.

John Palmieri gravatar imageJohn Palmieri ( 2013-03-09 11:21:18 +0200 )edit