Dear All, I was trying to define Dirichlet L-functions in SAGE, and while looking online for how to actually do it, I found the following tutorial from SAGE Days 33
http://wiki.sagemath.org/days33/lfunction/tutorial In that tutorial it is described how to define different types of L-series, for example Dedekind zeta functions, Dirichlet L-functions and L-functions of Elliptic Curves by using the method LSeries(). Nevertheless, when I try to run the method, for example to define the Dirichlet L-function attached to some Dirichlet character, I get the error message NameError: name 'LSeries' is not defined Thus, I would like to ask if you can help me identify what it is that I'm doing wrong, or how to define Dirichlet L-functions in SAGE. PS: The version of SAGE that I have installed in my computer is Version 5.3-OSX-64bit-10.6 (5.3-OSX-64bit-10.6), but I also tried running the same code online and it didn't work either. Thank you very much for your help. -- 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/groups/opt_out.
