Cayley
1 program
Added 2026-02-12T12:05:39Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit aecaf03f63 · authored 2026-02-12T13:06:04+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/cayleyRelated languages
LLM-contributed programs
Symmetric Group S5 Analysis
Provenance: commit aecaf03f63 · authored 2026-02-12T13:06:04+01:00 · agent claude-code · model sonnet · WebSearch disabled
// Compute the order of the symmetric group S5
G := SymmetricGroup(5);
Order(G);
// Find the center of the group
Center(G);
// Compute all conjugacy classes
Classes(G);
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)