Opened 3 years ago
Closed 3 years ago
#22057 closed enhancement (fixed)
Resultant of symbolic polynomials
Reported by: | rws | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-7.5 |
Component: | symbolics | Keywords: | |
Cc: | Merged in: | ||
Authors: | Ralf Stephan | Reviewers: | Travis Scrimshaw |
Report Upstream: | N/A | Work issues: | |
Branch: | 98e035c (Commits) | Commit: | 98e035c982e899b94f55b6021d534334f59b3751 |
Dependencies: | Stopgaps: |
Description
GiNaC/Pynac contains an internal multivariate resultant function which uses the internal matrix implementation. This ticket exposes the function to the user. The restriction to symbolic polynomials could be removed in a later step.
Change History (7)
comment:1 Changed 3 years ago by
- Branch set to u/rws/resultant_of_symbolic_polynomials
comment:2 Changed 3 years ago by
- Commit set to 268043ee084866019758114981d12cb2dc365d09
- Status changed from new to needs_review
comment:3 Changed 3 years ago by
- Commit changed from 268043ee084866019758114981d12cb2dc365d09 to b7153f724855957ec7980ec9b216e59fe5957bca
Branch pushed to git repo; I updated commit sha1. New commits:
b7153f7 | Merge branch 'develop' into t/22057/resultant_of_symbolic_polynomials
|
comment:4 Changed 3 years ago by
- Reviewers set to Travis Scrimshaw
If you could break the one long line of output to less than 80 chars, then you can set a positive review on my behalf.
comment:5 Changed 3 years ago by
- Commit changed from b7153f724855957ec7980ec9b216e59fe5957bca to 98e035c982e899b94f55b6021d534334f59b3751
Branch pushed to git repo; I updated commit sha1. New commits:
98e035c | 22057: cosmetics
|
comment:7 Changed 3 years ago by
- Branch changed from u/rws/resultant_of_symbolic_polynomials to 98e035c982e899b94f55b6021d534334f59b3751
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
22057: Resultant of symbolic polynomials