gpt4 book ai didi

python - Python 中具有负指数的多项式

转载 作者:太空狗 更新时间:2023-10-30 02:13:04 27 4
gpt4 key购买 nike

当多项式可以有负指数时,是否有一个库可以处理多项式算术?我找到了 poly1d numpy 中的类,但我不知道如何表示像 x**-3 + x**-2 + x**2 + x**3 这样的多项式。

最佳答案

引用维基百科:

In mathematics, a polynomial is an expression of finite length constructed from variables (also called indeterminates) and constants, using only the operations of addition, subtraction, multiplication, and non-negative integer exponents.

你问的不是多项式——例如多项式总是有限的,但你想要的奇点为 0。从积极的方面来说,有用于符号操作的库。看看sympy .

关于python - Python 中具有负指数的多项式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11433477/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com