Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想用JAVA开发一个小应用程序,供个人使用,解决导数和积分问题。你能告诉我一些好的图书馆来做到这一点,还有一些例子吗?
谢谢
Commons Math包含使用不同方法进行集成的能力 - 请参见此处,第 4.5 节。这里的示例向您展示了如何使用TrapezoidIntegrator,其他的工作方式几乎相同。
TrapezoidIntegrator
所以发帖
托管在 google 代码上的库参考。您还可以将 JLink 与 Mathematica 一起使用,将您的计算部分发送到 Mathematica 并返回适当的结果。