mathematica中输出超函数的命令是什么?

发布于 2024-11-10 12:14:00 字数 250 浏览 6 评论 0原文

我有两个问题:

  1. Mathematica 中超级函数的命令是什么?
  2. 上述超函数与超空间中奇变量乘普通函数的函数有什么区别?它们是同一件事吗?

wikipedia 中,f 的超函数 S(z) 定义为 S(z)=f( f(f(...f(t)))) (z 总计 f)。

I have two questions:

  1. What is the command for a superfunction in Mathematica?
  2. What is the difference between above superfunction and function in superspace which is odd variables times ordinary function? Are they the same thing?

In wikipedia, a superfunction S(z) of f is defined as S(z)=f(f(f(...f(t)))) (z total f's).

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

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

发布评论

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

评论(2

仅一夜美梦 2024-11-17 12:14:00

At 1:您可能要查找的命令是 Nest

In[1]:= Nest[f, x, 3]

Out[1]= f[f[f[x]]]

At 2:这看起来不像 Mathematica 标签的问题。似乎更多与物理/数学相关。我已相应地添加了标签。

At 1: The command you're probably looking for is Nest:

In[1]:= Nest[f, x, 3]

Out[1]= f[f[f[x]]]

At 2: This doesn't look like a question for the Mathematica tag. It seems more physics/math related. I have added tags accordingly.

沫离伤花 2024-11-17 12:14:00

要解决问题的第 2 部分:

除了前缀 super- 之外, < 之间没有任何关系a href="http://en.wikipedia.org/w/index.php?title=Superfunction&oldid=422143307" rel="nofollow">superfunction (意味着迭代函数)和 超级向量空间

此外,超函数通常定义为从超空间到超数的映射,它不一定是问题中所述的奇数元素。例如,请参见超对称性和超引力的思想和方法的第 1.10 节。

To address part 2 of your question:

Besides the prefix super-, there is no relation between superfunction (meaning an iterated function) and functions in super vector spaces.

Also, a superfunction is normally defined to be a map from a superspace to a supernumber, it does not have to be an odd element as stated in your question. See, e.g., section 1.10 of Ideas and methods of supersymmetry and supergravity.

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