Changes between Version 22 and Version 23 of Ticket #10720
- Timestamp:
- Dec 18, 2017, 11:07:10 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10720 – Description
v22 v23 5 5 2*x^2*y + 2*x*y^2 + 2*x*y*z + 2*x + 2*y + 2*z 6 6 }}} 7 We should make it available on7 We modify provide a more general implementation in a new method `nth_root_series_trunc` that compute the series expansion (there might not be a n-th root that is a polynomial). Using it we implement straightforward `nth_root` for 8 8 9 9 - univariate and multivariate Laurent polynomials