可以用 Ruby 进行微积分吗?

发布于 2024-08-16 19:56:05 字数 1539 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤独患者 2024-08-23 19:56:05

这里有一些宝石 - 处于不同的开发和完整性状态 - 有助于提高 Ruby 的“数学”能力:

  • numo-linalg Ruby/Numo::NArray 线性代数库
  • nmatrix 通过 SciRuby 用于 Ruby 的密集和稀疏线性代数库
  • rb-gsl GNU 科学库的 Ruby 接口
  • daru Ruby 中的数据分析
  • mathn 已弃用的扩展数学运算的库
  • 数学 将数学方程转换为 SVG、PNG 或 MathML

不幸的是,Ruby 作为一种语言主要被使用用于快速 Web 应用程序原型设计和开发,而不是科学分析或数据科学。因此,与 Python 等其他语言相比,它在这方面的功能仍然有所欠缺。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文