开发者

Is it possible to do calculus in Ruby? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. 开发者_Python百科

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 3 years ago.

Improve this question

What I mean is differentiation and integration, stuff that a CAS would do? (like a Typical handheld CAS if not better.)

Is this possible? What gem(s) would I need to install? Does anyone have any experience with this?


Here are a few gems - in different states of development and completeness - that help increase the "mathing" power of Ruby:

  • numo-linalg Linear Algebra Library for Ruby/Numo::NArray
  • nmatrix Dense and sparse linear algebra library for Ruby via SciRuby
  • rb-gsl Ruby interface to the GNU Scientific Library
  • daru Data Analysis in Ruby
  • mathn Deprecated library that extends math operations
  • mathematical Convert mathematical equations to SVGs, PNGs, or MathML

Unfortunately, Ruby as a language has mostly been used for rapid web application prototyping and development and NOT scientific analysis or data science. Thus, it's capabilities in this area - when compared to other languages such as a Python - are still somewhat lacking.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜