我们可以将处理视为数学建模和编程的环境吗?
我们可以把Processing算作数学建模和编程的环境吗?如果可以,我们可以对 Eclipse (Java) 做同样的事情吗?
Can we count Processing as Environment for Mathematical Modelling and Programming? And If yes can we do the same for Eclipse (Java)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在生物数学实验室工作了一段时间,我使用处理来创建数学模型的可视化。它没有像 R、Matlab 或 Mathematica 这样的内置图形和可视化库,但我用它来演示和教授疾病传播的微分方程模型、种群动态(非线性微分方程)、遗传算法和元胞自动机。
通过oxlibs 社区库集,它支持一些物理内容(包括粒子模拟、网络、扩散限制聚合、反应扩散系统等)。
我想我会向候选人询问他们在处理方面所做的工作的例子。它可以用于数学建模,但这肯定不是首先想到的。
I worked in a Bio-Math lab for a while and I used Processing to create visualizations of mathematical models. It doesn't have the built in libraries for graphs and visualization like R, Matlab, or Mathematica, but I used it to demonstrate and teach differential equation models of disease spread, population dynamics (non-linear differential equations), genetic algorithms, and cellular automata.
With the toxiclibs set of community libraries it supports some physics stuff (including particle simulation, networks, diffusion-limited aggregation, reaction-diffusion systems, etc).
I suppose I would ask the candidate for examples of the work they did with Processing. It can be used for mathematical modeling, but it's certainly not the first thing that jumps to mind.
从您提供的链接:
这并不包括我所说的数学建模的所有内容。当我听到这个术语时,我想到了固体和流体力学、电磁学和传热中物理问题的线性代数表示。我怀疑处理不需要付出很大的努力就可以做到这一切,但我承认我没有仔细阅读文档来确定这一事实。
我不会将 Eclipse 称为“数学建模和编程环境”,除非您为此类东西编写插件和框架。它是一个 Java IDE。
From the link you provided:
That's not inclusive of everything that I'd call mathematical modeling. When I hear that term, I think of linear algebra representations of physics problems in solid and fluid mechanics, electromagnetics, and heat transfer. I doubt that Processing can do all that without a great deal of effort, but I'll admit that I didn't pore over the docs to ascertain that fact.
I would not call Eclipse an "Environment for Mathematical Modelling and Programming", unless you write a plug-in and framework for such things. It's an IDE for Java.