Qurak

Permute

Available

Permute the elements of any expression by a permutation

Permute[expr, perm]
Permute[expr, gr]
Permute[{a, b, c, d, e}, Cycles[{{1, 3, 2}}]] → {b, c, a, d, e}Permute[head[a, b, c, d, e], Cycles[{{1, 3}, {2, 4}}]] → head[c, d, a, b, e]

Topics

Related

All 6300 functions · Use this from an MCP client