Category: J
J programming language
Plotting the Riemann-Siegel Formula with J
Plotting Riemann-Siegel Formula with J The Riemann-Siegel formula, Z(t) has been used to find non-trivial zeros of Riemann’s zeta function.wikipedia The following source code gives a numerical calculation of where This can be simplified to an easily calculatable approRead More
Fibonacci Coding
I have recently been looking into different encoding schemes, and just be chance, came across Fibonacci Encoding. Although I think the usefulness of Fibonacci encoding is limited, it is – mathematically speaking – quite interesting. Fibonacci encoding of positive inteRead More