number-wall: Create number walls and save them as images

[ algorithms, graphics, image, library, math, mit ] [ Propose Tags ]

A "number wall" is an infinite grid associated to some (bi-directional) sequence. The "numbers" in the grid are usually either integers, or integers modulo some prime. Number walls can be defined in terms of determinants, but can also be calculated using a recursive algorithm.

Here are some cool images created using the functions in this package:

See this video for more information and fun facts.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3
Change log CHANGELOG.md
Dependencies base (>=4.14.1.0 && <5), chimera (>=0.3.2.0 && <0.4), JuicyPixels (>=3.3 && <3.4), mod (>=0.1.1.0 && <0.2), semirings (>=0.5.2 && <0.8) [details]
License MIT
Author Owen Bechtel
Maintainer ombspring@gmail.com
Category Math, Algorithms, Graphics, Image
Home page https://github.com/UnaryPlus/number-wall
Bug tracker https://github.com/UnaryPlus/number-wall/issues
Source repo head: git clone https://github.com/UnaryPlus/number-wall.git
Uploaded by OwenBechtel at 2022-09-03T21:33:02Z
Distributions
Downloads 184 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-09-03 [all 1 reports]

Readme for number-wall-0.1.0.3

[back to package description]

number-wall

Create number walls and save them as images.

Documentation is available on Hackage.