In the plane PG
2(4), the points (1 : 0 : 0), (0 : 1 : 0), (0 : 0 : 1)
and (1 : w : 1), where w is a primitive element of GF(4), form a
quadrangle. We form the subplane of PG
2(4) generated by this quadrangle.
> K<w> := GF(4);
> P, V, L := FiniteProjectivePlane(K);
> S := sub< P | [ V | [1, 0, 0], [0, 1, 0], [0, 0, 1], [1, w, 1] ] >;
> S: Maximal;
Projective Plane of order 2
Points: {@ ( 1 : 0 : 0 ), ( 0 : 1 : 0 ), ( 0 : 0 : 1 ), ( 1 : w : 0 ),
( 1 : 0 : 1 ), ( 1 : w : 1 ), ( 0 : 1 : w^2 ) @}
Lines:
{( 0 : 1 : 0 ), ( 0 : 0 : 1 ), ( 0 : 1 : w^2 )},
{( 1 : 0 : 0 ), ( 0 : 0 : 1 ), ( 1 : 0 : 1 )},
{( 1 : 0 : 0 ), ( 0 : 1 : 0 ), ( 1 : w : 0 )},
{( 1 : 0 : 0 ), ( 1 : w : 1 ), ( 0 : 1 : w^2 )},
{( 0 : 1 : 0 ), ( 1 : 0 : 1 ), ( 1 : w : 1 )},
{( 0 : 0 : 1 ), ( 1 : w : 0 ), ( 1 : w : 1 )},
{( 1 : w : 0 ), ( 1 : 0 : 1 ), ( 0 : 1 : w^2 )}
We next form the subplane of AG
2(4) over GF(2).
> A := FiniteAffinePlane(4);
> S := SubfieldSubplane(A, GF(2));
> S: Maximal;
Affine Plane AG(2, 2)
> S subset A;
true
[Next][Prev] [Right] [Left] [Up] [Index] [Root]