[sage-support] Re: Question mark failed on Sage toplevel

2015-06-08 Thread François Colas
On Tuesday, June 9, 2015 at 12:11:52 AM UTC+2, Volker Braun wrote: You have a file named conf.py in the current working directory. A workaround is to start Sage in a different directory. On Monday, June 8, 2015 at 3:01:52 PM UTC+2, François Colas wrote: Hello everyone, I'm facing an error

[sage-support] Question mark failed on Sage toplevel

2015-06-08 Thread François Colas
Hello everyone, I'm facing an error with the question mark after any kind of function. Here is an error log with 'PolynomialRing' : https://gist.github.com/anonymous/f9adbc3ec08dac0892a6 I cannot access the documentation with '?' but it works with : sage: help(PolynomialRing) I'm running

Re: [sage-support] Re: Complex embedding with quotient()

2014-05-09 Thread François Colas
That's exactly what I wanted to do f = F([omega],check=False) Thank you :) Le jeudi 8 mai 2014 08:16:41 UTC+2, Martin Albrecht a écrit : Hi Nils, On Wednesday 07 May 2014 16:43:03 Nils Bruin wrote: On Wednesday, May 7, 2014 9:58:48 AM UTC-7, François Colas wrote: What I want to do

[sage-support] Complex embedding with quotient()

2014-05-07 Thread François Colas
Hello group, I am playing with rings which look like K = Q[X]/Phi_m(X) with any large value m. Unfortunately I cannot use NumberField() because it's too long. I get around this by using quotient which is a little bit faster: m = 3*5*7*11 Q.x = QQ['x'] Phi_m = cyclotomic_polynomial(m) K.k =