Skip to content

Commit

Permalink
Update inputdata.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mlesnick committed Aug 13, 2020
1 parent 3451ce1 commit 6a51ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/inputdata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ is specified as follows:
#. The second line is the :math:`x`-label.
#. The third line is the :math:`y`-label.
#. The fourth line is of the form ``t s r``, where ``t``, ``s``, and ``r`` are, repsectively, the number of generators in bases for :math:`C_2`, :math:`C_1`, and :math:`C_0`.
#. Each of the next ``t`` lines specifies the bigrade of appearance of a basis element for :math:`C_2`, together with the corresponding column of the matrix representing :math:`f`: the format for such a line is (e.g. if the column has three non-zero entries): ``x y ; b1 b2 b3``, where ``(x,y)`` is the bigrade and the ``bi`` are the row indices of the nonzero column entries. (Recall that we work with :math:`\mathbb{Z}/2\mathbb{Z}` coefficients.)
#. Each of the next ``t`` lines specifies the bigrade of appearance of a basis element for :math:`C_2`, together with the corresponding column of the matrix representing :math:`f`. The format for such a line is (e.g. if the column has three non-zero entries): ``x y ; b1 b2 b3``, where ``(x,y)`` is the bigrade and the ``bi`` are the row indices of the nonzero column entries. (Recall that we work with :math:`\mathbb{Z}/2\mathbb{Z}` coefficients.)
#. Each of the next ``s`` lines specifies the bigrade of appearance of a basis element for :math:`C_1`, together with the corresponding column of the matrix representing :math:`g`.

An example FIRep input is shown below::
Expand Down

0 comments on commit 6a51ecc

Please sign in to comment.