Changes between Version 1 and Version 2 of Ticket #23015
- Timestamp:
- 09/19/18 16:30:49 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23015
- Property Cc slelievre added
-
Property
Milestone
changed from
sage-8.0
tosage-8.4
-
Ticket #23015 – Description
v1 v2 1 Provide a correspond ent Sage function for Giac's `rootof`. From the inline help of XCAS:1 Provide a corresponding Sage function for Giac's `rootof`. From the inline help of XCAS: 2 2 3 > rootof(LstPoly(P),LstPoly(Q)): Polynomial in terms of a root of an irreducible polynomial on Q. Returns P(a) with a the greatest root of Q. 4 3 > `rootof(LstPoly(P),LstPoly(Q))`: Polynomial in terms of a root of an irreducible polynomial on `Q`. Returns `P(a)` with `a` the greatest root of `Q`. 5 4 6 5 For example,