photo

Thomas


self employed

Last seen: 3 días hace Con actividad desde 2019

Followers: 0   Following: 0

Mensaje

Estadística

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

Ver insignias

Feeds

Ver por

Enviada


A simple quaternion class
class with some basic operations on quaternions

10 meses hace | 1 descarga |

Thumbnail

Enviada


discrete logarithm
compute the discrete logarithm using Shank's algorithm

10 meses hace | 1 descarga |

Enviada


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

casi 2 años hace | 2 descargas |

Thumbnail

Enviada


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

alrededor de 2 años hace | 1 descarga |

Thumbnail

Enviada


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

alrededor de 2 años hace | 1 descarga |

Thumbnail

Enviada


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

más de 2 años hace | 2 descargas |

Thumbnail

Enviada


Hashlife
a Matlab version of Gosper's hashlife

más de 2 años hace | 1 descarga |

Thumbnail

Enviada


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

más de 3 años hace | 1 descarga |

Thumbnail

Enviada


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

más de 3 años hace | 1 descarga |

Thumbnail

Enviada


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.

más de 3 años hace | 1 descarga |

Thumbnail

Enviada


Fast approximation of Pi
Approximate Pi with 16th order convergence

más de 3 años hace | 1 descarga |

Thumbnail

Enviada


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

más de 3 años hace | 1 descarga |

Thumbnail

Enviada


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

alrededor de 4 años hace | 1 descarga |

Thumbnail

Enviada


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

alrededor de 4 años hace | 1 descarga |

Thumbnail

Enviada


GaussLegendre
quick approximation of pi using the Gauss-Legendre algorithm

alrededor de 4 años hace | 2 descargas |

Thumbnail

Enviada


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

alrededor de 4 años hace | 1 descarga |

Thumbnail

Enviada


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

más de 4 años hace | 1 descarga |

Enviada


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

casi 5 años hace | 1 descarga |

Enviada


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

casi 5 años hace | 2 descargas |