PermutationReplace
PermutationReplace[expr,perm]
将 expr 中的每一个部分用它在置换 perm 下的像代替.
PermutationReplace[expr,gr]
返回 expr 在置换群 gr 所有群元作用下像的列表.
更多信息
- 对于 expr 中存在于置换 perm 的轮换中的一个整数 ,其像是轮换中 右边的整数,或者,如果 是最后一个整数的话,是轮换中的第一个整数. 对于不存在于 perm 的轮换中的整数 ,其像是 本身.
- 如果 g 是 expr 中的一个置换对象,则其作用规定为右共轭(right conjugation): PermutationProduct[InversePermutation[perm],g,perm]. 这等价于把 g 的轮换中的点用 perm 作用下它们的像来代替.
- 当应用于一个置换群 expr 时,PermutationReplace 作用于每一个生成元,返回同一个抽象群,但却作用于不同的点.
- 每一个参变量都可用列表,且互不依赖. 如果两个参变量都是列表,则第二个列表将被首先编入线程.
范例
打开所有单元关闭所有单元基本范例 (2)
范围 (6)
PermutationReplace 作用于一个整数数组时返回相应像的列表:
PermutationReplace 作用于其它置换时被规定为共轭:
属性和关系 (4)
PermutationReplace 相对于 PermutationProduct 是一个右作用:
PermutationReplace 作用于一个恒等置换列表时与 PermutationList 一致:
对恒等置换列表进行PermutationReplace 会得到和 Permute 计算相逆的结果:
文本
Wolfram Research (2010),PermutationReplace,Wolfram 语言函数,https://reference.wolfram.com/language/ref/PermutationReplace.html.
CMS
Wolfram 语言. 2010. "PermutationReplace." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/PermutationReplace.html.
APA
Wolfram 语言. (2010). PermutationReplace. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/PermutationReplace.html 年