Skip to content

Commit

Permalink
Fixed test message in chapter-4
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentbartholdi committed Nov 3, 2017
1 parent 73771eb commit 25f3a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/chapter-4.tst
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ true
gap> f := StateSet(frel[9][1][1]);
<free semigroup on the generators [ s1, s2 ]>
gap> g := f.2^2*f.1^4*f.2*f.1*f.2;
s2^2*s1^3*(s1*s2)^2
s2^2*s1^4*s2*s1*s2
gap> InitialState(FRElement(UnderlyingFRMachine(frel[9][1][1]), g)) = g;
true
gap>
Expand Down

0 comments on commit 25f3a76

Please sign in to comment.