#16682: Fix random_element of polynomial ring
-------------------------------------+-------------------------------------
Reporter: vdelecroix | Owner:
Type: defect | Status: needs_review
Priority: major | Milestone: sage-6.3
Component: number theory | Resolution:
Keywords: | Merged in:
Authors: Vincent Delecroix | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
u/vdelecroix/16682 | a2fa4809681cfb0519b4c137d215ec6963f7dac1
Dependencies: | Stopgaps:
-------------------------------------+-------------------------------------
Comment (by jkeitel):
Hi Vincent,
why are you treating the degree 0 case differently? Since the degree of 0
is -1, wouldn't it be better to guarantee that random_element with degree
0 doesn't return 0?
That is, why don't you just remove these two lines:
{{{
if degree == 0:
return self(R.random_element(*args, **kwds))
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/16682#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" 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-trac.
For more options, visit https://groups.google.com/d/optout.