Hi,

I'm trying to run the following on the online sagenb server (
http://www.sagenb.org):

f = ModularForms(Gamma1(5),2).0
f*f

I am getting an error:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "_sage_input_5.py", line 10, in <module>
    exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" 
+ _support_.preparse_worksheet_cell(base64.b64decode("Zipm"),globals())+"\\n"); 
execfile(os.path.abspath("___code___.py"))
  File "", line 1, in <module>
    
  File "/tmp/tmp9a_pAs/___code___.py", line 2, in <module>
    exec compile(u'f*f
  File "", line 1, in <module>
    
  File 
"/sagenb/sage_install/sage-5.0-boxen-x86_64-Linux/local/lib/python2.7/site-packages/sage/modular/modform/element.py",
 line 1034, in __mul__
    eps1 = self.character()
  File 
"/sagenb/sage_install/sage-5.0-boxen-x86_64-Linux/local/lib/python2.7/site-packages/sage/modular/modform/element.py",
 line 423, in character
    raise ValueError, "Form is not an eigenvector for <%s>" % g
ValueError: Form is not an eigenvector for <2>


Am I doing something wrong? 


Kind regards,

Nadim.

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to