Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
trac 15107 -- reviewer's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanncohen committed Sep 1, 2013
1 parent ee6d412 commit 363badb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sage/combinat/designs/block_design.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ def ProjectiveGeometryDesign(n, d, F, algorithm=None):
- ``d`` is the dimension of the subspaces of `P = PPn(F)` which
make up the blocks.
- ``F`` is a finite field.
- ``algorithm`` -- set to ``None`` by default, which results in using Sage's
own implementation. In order to use GAP's implementation instead (i.e. its
``PGPointFlatBlockDesign`` function) set ``algorithm="gap"``. Note that
Expand All @@ -106,7 +108,7 @@ def ProjectiveGeometryDesign(n, d, F, algorithm=None):
The points of the following design are the `\frac {2^{2+1}-1} {2-1}=7` lines
of `\mathbb{Z}_2^{2+1}`. It has `7` blocks, corresponding to each
2-dimensional subspace of `\mathbb{Z}_2^{2+1}`.
2-dimensional subspace of `\mathbb{Z}_2^{2+1}`::
sage: designs.ProjectiveGeometryDesign(2, 1, GF(2))
Incidence structure with 7 points and 7 blocks
Expand Down

0 comments on commit 363badb

Please sign in to comment.