Skip to content

thery/mathcomp-extra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d18cddf · Mar 3, 2025
Dec 17, 2024
Feb 1, 2022
Jan 20, 2022
Jul 18, 2019
Mar 3, 2025
Feb 7, 2025
Dec 17, 2024
Jan 21, 2022
Feb 6, 2020
Jan 9, 2020
Dec 17, 2024
Dec 17, 2024
Jan 9, 2020
Dec 17, 2024
Dec 17, 2024
Feb 28, 2025
Mar 3, 2025
Feb 22, 2025
Nov 2, 2023
Dec 17, 2024
Jul 4, 2024
Jan 14, 2025
Oct 25, 2023
Oct 29, 2021
Nov 26, 2019
Mar 3, 2025
Jul 3, 2024
Dec 17, 2024
Dec 17, 2024
Dec 17, 2024
Oct 29, 2021
Jan 18, 2022
Jul 4, 2024
Apr 13, 2022
Nov 26, 2019
Jan 20, 2023
Oct 25, 2023
Feb 7, 2025
Dec 17, 2024

Repository files navigation

mathcomp-extra

Docker CI

Some extra material for mathcomp

Fibonacci and Lucas numbers

Lower bound of lcm(1, 2, ..., n)

Definitions and some properties of matroids

Rsa algorithm

More lemmas about polynomials

Polynomials modulo

Binary gcd

Nth root for natural number

The aks algorithm the algorithm as in Hing Lun Chan's PhD thesis

The aks correctness proof a transcription of Hing Lun Chan's proof

The proof of Lucas theorem for binomial

A formalisation of 2-player games (in progress)

A formalisation of Fast Fourier Transform

More theorems about tuples

A formalisation of sorting network

A formalisation of bitonic sort

A formalisation of Batcher odd or even sort

A formalisation of Knuth exchange sort

A fun puzzle about a tricky integer function

A port to mathcomp of the elliptic curve of CoqPrime

A formalisation of some sudoku solvers

A formalisation of Montgomery reduction

A formalisation of Residue Number System

Euler Criterion

Trivial fact about the ultra hex number

Some facts about addition chain

A note about sorting network is available here.

A note about addition chain is available here.

Meta

Building and installation instructions

To build and install manually, do:

git clone https://github.com/thery/mathcomp-extra.git
cd mathcomp-extra
make   # or make -j <number-of-cores-on-your-machine> 
make install