This is a code repository for the book "Dissecting Discrete Mathematics with Python"
-
Updated
Jan 7, 2021 - Python
This is a code repository for the book "Dissecting Discrete Mathematics with Python"
Bernoulli distribution entropy.
Geometric distribution median.
Discrete uniform distribution skewness.
Planck distribution variance.
This is an implementation of the algorithms proposed in the article [Dissecting the square into seven or nine congruent parts](https://arxiv.org/abs/2104.04940). We recommend reading it first.
Create an iterator for a linear congruential pseudorandom number generator (LCG) based on Park and Miller.
Poisson distribution median.
Poisson distribution probability mass function (PMF).
Light c++, c and rust implementation of a discrete PID for embedded devices (under development) 🎏
Unitary rotations of two-dimensional fields using the discrete and finite model of the su(2) oscillator. Polychromatic implementation and gibbs-like oscillation analysis
Cryptography encoder and decoder. Encode takes in text message and converts to numbers via RSA algorithm and decode takes numbers and encrypts to text.
Java Agent that modifies classes while loading
Create an iterator for generating pseudorandom numbers drawn from a geometric distribution.
Negative binomial distribution.
Bernoulli distribution variance.
Create an iterator for generating pseudorandom numbers drawn from a negative binomial distribution.
Add a description, image, and links to the discrete topic page so that developers can more easily learn about it.
To associate your repository with the discrete topic, visit your repo's landing page and select "manage topics."