Ticket #3293 (closed defect: fixed)
[with patch, positive review] MPolynomialRing_generic.random_element returns tuple when degree=0
| Reported by: | burcin | Owned by: | burcin |
|---|---|---|---|
| Priority: | major | Milestone: | sage-3.0.3 |
| Component: | commutative algebra | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Attached patch changes MPolynomialRing_generic.random_element so that a random element from the base ring is returned when a degree 0 polynomial is requested.
Attachments
Change History
Changed 5 years ago by burcin
-
attachment
mpolynomialring_random_element_d0_fix.patch
added
Note: See
TracTickets for help on using
tickets.

fix for MPolynomialRing_generic.random_element