Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.
Florian Vaneste edited this page Jun 25, 2020 · 11 revisions

PySequences

PySequences is a small python module for modeling sequences and plotting them on a graph.

It enables to model a sequence in several ways:

  • By entering a recurrence relation
  • By entering a function formula
  • By directly entering the coordinates of each point of the sequence

Then, you will be able to calculate any term of the sequence and plot it on a graph.


Licence

This module implements basic tools, but anyone can improve it and publish new versions.

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.


Documentation



Back to top ⮥