photo

Thomas


self employed

Last seen: 3 jours il y a Actif depuis 2019

Followers: 0   Following: 0

Message

Statistiques

All
  • Thankful Level 3
  • First Answer
  • Thankful Level 2
  • 5-Star Galaxy Level 2
  • Personal Best Downloads Level 1
  • First Review
  • First Submission

Afficher les badges

Feeds

Afficher par

A soumis


A simple quaternion class
class with some basic operations on quaternions

10 mois il y a | 1 téléchargement |

Thumbnail

A soumis


discrete logarithm
compute the discrete logarithm using Shank's algorithm

10 mois il y a | 1 téléchargement |

A soumis


Simple Chess game
I tried to keep it "minimalistic", so strength isn't great.

presque 2 ans il y a | 2 téléchargements |

Thumbnail

A soumis


Two versions of Pollard's rho factorization algorithm
one version with Brent's style cycle detection, one without but using vectors and matrices

environ 2 ans il y a | 1 téléchargement |

Thumbnail

A soumis


sieve of Erathostenes
a simple number sieve, which could (in theory) run forever, because it does not require an interval to be sieved.

environ 2 ans il y a | 1 téléchargement |

Thumbnail

A soumis


find zeros of the Riemann zeta function
This function finds zeros of the Riemann zeta function on the critical line 0.5 + i*t in an interval von <= t <= bis

plus de 2 ans il y a | 2 téléchargements |

Thumbnail

A soumis


Hashlife
a Matlab version of Gosper's hashlife

plus de 2 ans il y a | 1 téléchargement |

Thumbnail

A soumis


two ways to compute Riemanns prime counting function
one version which works (J2) and one which does not work (J1).

plus de 3 ans il y a | 1 téléchargement |

Thumbnail

A soumis


convert integer to binary or binary to integer
convert a column vetor of integers to a column vector of binaries or vice versa

plus de 3 ans il y a | 1 téléchargement |

Thumbnail

A soumis


zetaRS approximates Riemann's zeta(0.5 + i*t) for large t
Fast computation of Riemann's zeta function on the critical strip using the Riemann Siegel formula.

plus de 3 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Fast approximation of Pi
Approximate Pi with 16th order convergence

plus de 3 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Create and run Turing machines
Some tools and examples for creating and simulating Turing machines and macro-Turing machines.

plus de 3 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Computation of the rado function
More sophisticated check for endless loops, support for parallel execution and the use of macro-Turing-machines

environ 4 ans il y a | 1 téléchargement |

Thumbnail

A soumis


uncover the call structure of a recursive function call
recurse(tree) helps to uncover the call structure of a recursive function call.

environ 4 ans il y a | 1 téléchargement |

Thumbnail

A soumis


GaussLegendre
quick approximation of pi using the Gauss-Legendre algorithm

environ 4 ans il y a | 2 téléchargements |

Thumbnail

A soumis


two versions of the Euler-phi function
two brief implementations of the Eulerphi function

environ 4 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Computation of Rado-function
Recursive computation of the "uncomputable" Rado-function.

plus de 4 ans il y a | 1 téléchargement |

A soumis


Karatsuba algorithm for fast multiplication
Multiplication of "x" and "y" with Karatsuba method using base "base" x , y and base can be freely chosen

presque 5 ans il y a | 1 téléchargement |

A soumis


Shor Algorithm for prime factoring
A Version of the Shor-Algorithm for prime Factoring. Please feel free to comment on it or recommend improvements.

presque 5 ans il y a | 2 téléchargements |