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

Commit

Permalink
modify docstring at top of file
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Aug 10, 2016
1 parent e233dfd commit 1818628
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/sage/combinat/k_regular_sequence.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
r"""
`k`-regular Sequences
EXAMPLES:
An introduction and formal definition of `k`-regular sequences can be
found, for example, on the :wikipedia:`k-regular_sequence` or in
[AS2003]_.
Binary sum of digits::
Examples
========
Binary sum of digits
--------------------
::
sage: Seq2 = kRegularSequences(2, ZZ)
sage: S = Seq2((Matrix([[1, 0], [0, 1]]), Matrix([[0, -1], [1, 2]])),
Expand Down

0 comments on commit 1818628

Please sign in to comment.