在官方的渐变文档上:https://docs.sympy.org/latest/modules/polys/basics.html#division,它说:
The function div() provides division of polynomials with remainder.
That is, for polynomials f and g, it computes q and r, such that
?=?⋅?+? and deg(?)<?. For polynomials in one variables with coefficients
in a field, say, the rational numbers, q and r are uniquely defined
this way:请注意,它显示为deg(r)<q。他们的意思是说deg(r)<deg(q)吗
发布于 2021-02-28 09:39:37
我不小心在这个问题上放了一个赏金。我在这里回答我自己的问题,试图结束这个问题。
https://stackoverflow.com/questions/66361671
复制相似问题