Skip to content

Erroneous characters from orthogonality in C2 x SL(2,3) and SL(2,3) x: C2 #61

@aidevnn

Description

@aidevnn

public static void ExampleNonIsotypicDecomposition()
{
GlobalStopWatch.Restart();
var c2sl23 = FG.WordGroup("C2 x SL(2,3)", "a4, b3, c2, ababab, caca-1, cbcb-1, a2ba2b-1");
var sl23byc2 = FG.WordGroup("SL(2,3) x: C2", "a4, c3, a2b2, abab, acacac, cbc-1b-1");
foreach (var (g, mtGL, matSubgrs, names) in new[] { c2sl23, sl23byc2 }.Select(sg => MatrixFormOfGroup(sg)))
{
FG.DisplayName(mtGL, matSubgrs, names, false, false, true, 20);
GetCharacter(mtGL, matSubgrs);
}
GlobalStopWatch.Show("END");
Console.Beep();
}

else
ct.SolveOrthogonality((2, 6.Range()));

The characters resulting from solving orthogonality are erroneous and lead to an incorrect decomposition of the representation.

Metadata

Metadata

Assignees

Labels

invalidThis doesn't seem right

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions