24.2 Test CharacteristicSetSpecies

630atest CharacteristicSpecies 630a  (626)  630b
testCharacteristicSpecies1(): () == check(
    CharacteristicSpecies(1),
    [0, 1, 0, 0, 0],
    [0, 1, 0, 0, 0],
    [0, x(1), 0, 0, 0]
);

Uses CharacteristicSpecies 85.
630btest CharacteristicSpecies 630a+   (626)  630a  631
testCharacteristicSpecies2(): () == check(
    CharacteristicSpecies(2),
    [0, 0, 1, 0, 0],
    [0, 0, 1, 0, 0],
    [0, 0, inv(2)*(x(2)+x(1,2)), 0, 0]
);

Uses CharacteristicSpecies 85.
631test CharacteristicSpecies 630a+   (626)  630b
testCharacteristicSpecies3(): () == check(
    CharacteristicSpecies(3),
    [0, 0, 0, 1, 0],
    [0, 0, 0, 1, 0],
    [0, 0, 0, (inv 6)*x(1,3) + (inv 2)*x(1)*x(2) + (inv 3)*x(3), 0]
);

Uses CharacteristicSpecies 85.