Which programming language or a library can process Infinite Series?

后端 未结 13 1721
情书的邮戳
情书的邮戳 2021-02-03 23:46

Which programming language or a library is able to process infinite series (like geometric or harmonic)? It perhaps must have a database of some well-known series and automatica

13条回答
  •  不要未来只要你来
    2021-02-04 00:18

    There is a library called mpmath(python), a module of sympy, which provides the series support for sympy( I believe it also backs sage).
    More specifically, all of the series stuff can be found here: Series documentation

提交回复
热议问题