我们可以将处理视为数学建模和编程的环境吗?

发布于 2024-08-30 12:27:53 字数 133 浏览 9 评论 0原文

我们可以把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 技术交流群。

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

发布评论

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

评论(2

朮生 2024-09-06 12:27:53

我在生物数学实验室工作了一段时间,我使用处理来创建数学模型的可视化。它没有像 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.

韬韬不绝 2024-09-06 12:27:53

从您提供的链接:

处理是开源的
编程语言和环境
对于想要对图像进行编程的人,
动画和交互。

这并不包括我所说的数学建模的所有内容。当我听到这个术语时,我想到了固体和流体力学、电磁学和传热中物理问题的线性代数表示。我怀疑处理不需要付出很大的努力就可以做到这一切,但我承认我没有仔细阅读文档来确定这一事实。

我不会将 Eclipse 称为“数学建模和编程环境”,除非您为此类东西编写插件和框架。它是一个 Java IDE。

From the link you provided:

Processing is an open source
programming language and environment
for people who want to program images,
animation, and interactions.

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.

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