任何Python等价的Math :: Polynomial :: Solve? [英] any Python equivalent of Math::Polynomial::Solve?

查看:59
本文介绍了任何Python等价的Math :: Polynomial :: Solve?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在谷歌搜索非线性方程求解器时,我发现

Math :: Polynomial :: Solve in CPAN。这似乎是一个很棒的小模块,除了

它不是Python ...我特别在寻找它的poly_root()

功能(它解决了任意多项式) )。有谁知道

a实现它的Python模块/包?


只是

解决方案

刚刚写道:

在谷歌搜索非线性方程求解器时,我在CPAN中找到了数学::多项式::求解。它似乎是一个很棒的小模块,除了它不是Python ......我特别期待它的poly_root()
功能(它解决了任意多项式)。有没有人知道实现它的Python模块/包?

只需




SciPy能做你想做的吗?特别是Scientific.Functions.FindRoot [1]&

Scientific.Functions.Polynomial [2]


问候,

Nick 。


[1]
http://starship.python.net/~hinsen/S...entific_9.html

[2]
http://starship.python.net/~hinsen/S ... ntific_13.html

-

Nick Coghlan | nc******@email.com |澳大利亚布里斯班

--------------------------------------- ------------------------
http://boredomandlaziness.skystorm.net


文章< ma ************* **************************@蟒蛇。 org>,

Nick Coghlan< nc ****** @ iinet.net.au>写道:

刚刚写了:

在谷歌搜索非线性方程求解器时,我发现在CPAN中数学::多项式::求解。它似乎是一个很棒的小模块,除了它不是Python ......我特别期待它的poly_root()
功能(它解决了任意多项式)。有没有人知道实现它的Python模块/包?

只是



SciPy能做你想做的吗?特别是Scientific.Functions.FindRoot [1]&
Scientific.Functions.Polynomial [2]

问候,
尼克。

[1]
http://starship.python.net/~ hinsen / S ... thonManual / Sci
entific_9.html
[2]
http://starship.python.net/~hinsen/S...thonManual/Sci
entific_13.html




(嗯,我的印象是scipy!= Konrad Hinsen'的科学

模块。)


我玩过[1]但是只有计算一个根,我需要所有

根(特别是对于一个五次方程)。 [2]似乎不是一个

求解器?


只是




" Just" <菊** @ xs4all.nl>在留言中写道

news:ju ************************ @ news1.news.xs4all。 nl ...

SciPy能做你想做的吗?特别是Scientific.Functions.FindRoot
[1]&
Scientific.Functions.Polynomial [2]
http://starship.python.net/~hinsen/S...thonManual/Sci
entific_9.html [2]
http://starship.python .net / ~hinsen / S ... thonManual / Sci
entific_13.html



(嗯,我的印象是scipy!= Konrad Hinsen'的科学
模块。)



www。 scipy.org (首次点击Python SciPy谷歌搜索)


Terry J. Reedy

While googling for a non-linear equation solver, I found
Math::Polynomial::Solve in CPAN. It seems a great little module, except
it''s not Python... I''m especially looking for its poly_root()
functionality (which solves arbitrary polynomials). Does anyone know of
a Python module/package that implements that?

Just

解决方案

Just wrote:

While googling for a non-linear equation solver, I found
Math::Polynomial::Solve in CPAN. It seems a great little module, except
it''s not Python... I''m especially looking for its poly_root()
functionality (which solves arbitrary polynomials). Does anyone know of
a Python module/package that implements that?

Just



Does SciPy do what you want? Specifically Scientific.Functions.FindRoot [1] &
Scientific.Functions.Polynomial [2]

Regards,
Nick.

[1]
http://starship.python.net/~hinsen/S...entific_9.html
[2]
http://starship.python.net/~hinsen/S...ntific_13.html
--
Nick Coghlan | nc******@email.com | Brisbane, Australia
---------------------------------------------------------------
http://boredomandlaziness.skystorm.net


In article <ma***************************************@python. org>,
Nick Coghlan <nc******@iinet.net.au> wrote:

Just wrote:

While googling for a non-linear equation solver, I found
Math::Polynomial::Solve in CPAN. It seems a great little module, except
it''s not Python... I''m especially looking for its poly_root()
functionality (which solves arbitrary polynomials). Does anyone know of
a Python module/package that implements that?

Just



Does SciPy do what you want? Specifically Scientific.Functions.FindRoot [1] &
Scientific.Functions.Polynomial [2]

Regards,
Nick.

[1]
http://starship.python.net/~hinsen/S...thonManual/Sci
entific_9.html
[2]
http://starship.python.net/~hinsen/S...thonManual/Sci
entific_13.html



(Hm, I had the impression that scipy != Konrad Hinsen''s Scientific
module.)

I had played with [1], but it "only" calculates one root, and I need all
roots (specifically, for a quintic equation). [2] doesn''t seem to be a
solver?

Just



"Just" <ju**@xs4all.nl> wrote in message
news:ju************************@news1.news.xs4all. nl...

Does SciPy do what you want? Specifically Scientific.Functions.FindRoot
[1] &
Scientific.Functions.Polynomial [2]
http://starship.python.net/~hinsen/S...thonManual/Sci
entific_9.html
[2]
http://starship.python.net/~hinsen/S...thonManual/Sci
entific_13.html



(Hm, I had the impression that scipy != Konrad Hinsen''s Scientific
module.)



www.scipy.org (first hit on "Python SciPy" google search)

Terry J. Reedy


这篇关于任何Python等价的Math :: Polynomial :: Solve?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆