Re: [sage-support] Question about subs in PolynomialSequence

2014-08-31 Thread Vincent Delecroix
Hi Juan, I'm trying to use subs method in PolynomialSequence, but when I doing that I get the same PolynomialSequence. For example in code below my polynomial sequence PS has only one polynomial (P) ... I'm trying to use subs but I get the same polynomial. Where is wrong? The thing is that

[sage-support] Re: Question about subs in PolynomialSequence

2014-08-31 Thread Dima Pasechnik
On 2014-08-31, Juan Grados juan...@gmail.com wrote: Dears members, I'm trying to use subs method in PolynomialSequence, but when I doing that I get the same PolynomialSequence. For example in code below my polynomial sequence PS has only one polynomial (P) ... I'm trying to use subs but I

Re: [sage-support] backward substitution during solving polynomial equation

2014-08-31 Thread Daniel Krenn
Am 2014-08-29 um 21:25 schrieb Daniel Krenn: I want to solve polynomial equations and in order to do so, I do something like: sage: R.x,y = PolynomialRing(QQ, order='lex') sage: I = R.ideal([x*y-1, x^2-y^2]) sage: I.groebner_basis() [x - y^3, y^4 - 1] Meanwhile, I found, which seems to do

Re: [sage-support] backward substitution during solving polynomial equation

2014-08-31 Thread Vincent Delecroix
2014-08-31 11:51 UTC+02:00, Daniel Krenn kr...@aon.at: Am 2014-08-29 um 21:25 schrieb Daniel Krenn: I want to solve polynomial equations and in order to do so, I do something like: sage: R.x,y = PolynomialRing(QQ, order='lex') sage: I = R.ideal([x*y-1, x^2-y^2]) sage: I.groebner_basis() [x

Re: [sage-support] Re: Question about subs in PolynomialSequence

2014-08-31 Thread Juan Grados
thanks! 2014-08-31 6:26 GMT-03:00 Dima Pasechnik dimp...@gmail.com: On 2014-08-31, Juan Grados juan...@gmail.com wrote: Dears members, I'm trying to use subs method in PolynomialSequence, but when I doing that I get the same PolynomialSequence. For example in code below my polynomial

[sage-support] Re: [sage-devel] A bug reporting on computation of Manin constant of an elliptic curve

2014-08-31 Thread John Cremona
It is because your first curve E1 is not a minimal model. Its label is still successfully given ('7161g1') but when you construct the curve from that label it gives you the minimal model. Compare discriminants: that of E1 is 2^12 times that of E2. I am copying to sage-support and sage-nt,