Tagged Questions
6
votes
0answers
57 views
Apart may use Padé method: what's that?
How does Apart work? The page tutorial/SomeNotesOnInternalImplementation#7441 says, "Apart ...
2
votes
2answers
160 views
What does MinimalPolynomial do?
suppose $x^5-x-1=0$, $y^7-y-1=0$ and $z=x+y$.
I want to find a minimal polynomial expression of $z$, such that $p(z)=0$, and the code can be written like this:
...