元素周期表示例中的数学表达式的含义是什么?

发布于 2025-01-18 11:56:11 字数 565 浏览 2 评论 0原文

作为主题

这是元素周期表 1示例:

代码 第298,299行

const phi = Math.acos( - 1 + ( 2 * i ) / l );
const theta = Math.sqrt( l * Math.PI ) * phi;

上面是周期表的段代码。它可以计算 phi 和 theta 在球体表面创建一组螺旋元素。它看起来就像均匀分布。但我不知道为什么这个表达式 Math.sqrt( l * Math.PI ) * phi 可以得出如此美丽的螺旋分布?

我以为是法博纳奇球体,但似乎不是。那么这个表达的来源或论文是基于什么?

As topic

Here is the periodic table 1 example :

code
line 298,299

const phi = Math.acos( - 1 + ( 2 * i ) / l );
const theta = Math.sqrt( l * Math.PI ) * phi;

Above is a segment code of periodic table. It can calculate the phi and theta to create a set of spiral elements on the surface of sphere. It just looks like uniformed distribution. But I have no idea why this expression Math.sqrt( l * Math.PI ) * phi can turn out such beautiful spiral distribution?

I thought it was fabonacci sphere, but it seems not. So What is the source or paper this expression based on?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文