Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法找到具有特定根的多项式,即 17、29、33 等。多项式应该满足所有这些值。是否有任何可用的编程库来实现这一点。
(x-17) (x-29) (x-33) 会有你提到的根源。如果您需要多项式在某些点对其进行评估,那么这种形式就足够了。如果你需要它的所有系数,你最好的选择可能是使用多项式库来乘以二项式。