conjecture
There are 31 repositories under conjecture topic.
markgoodhead/dictate-wizard
Dictate Wizard is an open source dictation tool powered by OpenAI's Whisper. The goal is to obsolete as much typing as possible and let you speak your emails, instant messages etc instead.
bitwyre/chebyshev_primality_testing
Chebyshev polynomials of the first kind and primality testing
SuprDewd/jay
Given initial terms of an unknown generating function F, conjecture a functional equation that F satisfies.
Anigulig/Collatz
A python program to run the Collatz algorithm
dickeyy/Collatz-Calculator
A calculator to test numbers against the collatz conjecture
enisbeziau/Syracuse-NSI
Projet NSI | Conjecture de Syracuse
gexahedron/cycle-double-covers
Various code related to the problem of cycle (circuit) double covers
ibLeDy/exercism-submissions
Completed exercisms on exercism.io
KristopherZ/Landau-Siegel-Zero-Tester
This is part of an undergraduate research project that aims to verify the non-existence of Landau-Siegel zero.
markuszeller/collatz-strokes
Create colorful background images utilizing the Collatz conjecture
non-compliant/Collatz-Conjecture
Calculate the number of steps before a given input reaches one, when the rules of Collatz Conjecture are applied.
ranjanistic/collatz-conjecture
Collatz Conjecture implementation in various languages and or environments.
v-dvorak/ruskey-savage-conjecture
Tests the, still open, Ruskey-Savage Conjecture (1993) for small values of n. Searches for Hamiltonian cycle with constraints. (Final project for Non-procedural programming course.)
Zelakolase/CycleBruteForce
Optimized Cycle finder for Collatz Conjecture generalization (qx+c)
CaptainChicky/Hailstone-Numbers
The mysteries of the Collatz Conjecture
enisbeziau/Rendu-1
Conjecture de Syracuse | partie n°1
johnnynalley/collatz_conjecture
The Collatz Conjecture is a mathematical conjecture where if you enter any integer into the program, it will be divided by half or multiplied by 3 however many times it takes to reach 1, depending on if the number is even or odd..
JSalmon11/CONJETURA-DE-COLLATZ
Programa de la Conjetura de Collatz (Teorema 3x+1) hecho con programación de hilos.
Kartmaan/collatz_conjecture
Graphic representations of Collatz sequences
RandyRDavila/Linear_TxGraffiti
A python program that automatically produces mathematical conjectures in the field of graph theory.
serhon/intpolmulnonbity
Stochastic parallelised search for counter- and extreme examples to inequalities between "nonbities" of 2 polynomials with nonnegative coefficients and of their product, where a nonbity of a polynomial quantifies its "distinctiveness" from a {0,1}-one. Related to unfair 0-1-polynomials conjecture.
SporadicDrake/Collatz-Conjecture-C-Sharp-
This is a simple program that runs through C# to prove the Collatz Conjecture. This repository includes the code (in PDF format) and the .EXE file (to run).
void4main/collatz-conjecture
Get to understand the Collatz conjecture
chasereyn/collatz-streamlit
Interactive Visualization of the Collatz conjecture using Streamlit
Demomaker/IrreversibleOperationsConjecture
On Irreversible Operations in Arithmetic: A Conjecture on Zero Multiplication
Kartmaan/collatz_visualizer
Rust app to graphically visualize the sequences of the Collatz Conjecture.
Kartmaan/prime-number-analysis
Analysis notebook on prime numbers
Rudxain/82k
Find numbers that can be written as 0s and 1s in all bases
Rudxain/collatz_finder
Tries to find a counter-example to the Collatz Conjecture, in Rust