Construct the free group F of straight-line programs on n generators, where n is a non-negative integer. The i-th generator may be referenced by the expression F.i, i = 1, ..., n.
> F := BlackboxGroup(2);creates the free group on two generators. Here the generators may be referenced using the standard names, F.1 and F.2. Group operations on the elements will be stored as part of the result.
Construct the identity element (the straight-line program [] of length 0) for the blackbox group G.[Next] [Prev] [Right] [Left] [Up] [Index] [Root]