>
> Note that already
>
> sage: (1/(b*zzz))._singular_()
> 0
>
opened a ticket:
http://trac.sagemath.org/ticket/17696#ticket
--
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,
Remarkable is that for f = x^4+1/(b)*(1/zzz) f is correctly translated to
Singular:
sage: K0=GF(11)
sage: #K0=QQ
sage: R0.=K0[]
sage: K.=K0.extension(b^5+4)
sage: R1.=K[]
sage: L=FractionField(R1)
sage: R.=L[]
sage: f=x^4+1/(b)*(1/zzz)
sage: f._singular_()
-1/(4*zzz)*b^4+x^4
That looks problem
Note that already
sage: (1/(b*zzz))._singular_()
0
2014-12-03 17:54 UTC+01:00, Nils Bruin :
> On Wednesday, December 3, 2014 3:07:14 AM UTC-8, Jakob Kroeker wrote:
>>
>> ...
>> sage: f=x^4+1/(b*zzz)
>> sage: f._singular_() # where is the fraction 1/(b*zzz) ?
>> x^4
>>
> ...
>>
> se
On Wednesday, December 3, 2014 3:07:14 AM UTC-8, Jakob Kroeker wrote:
>
> ...
> sage: f=x^4+1/(b*zzz)
> sage: f._singular_() # where is the fraction 1/(b*zzz) ?
> x^4
>
...
>
see also
> http://ask.sagemath.org/question/25083/bug-in-roots/
>
That looks problematic, but is likely a