Category: programming languages
Programming languages
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
Recording Android Screen with ADB and FFPlay
This is an old trick I used several years ago, and I am not sure if it is still relevant. Google allows Android developers to record their Android device screen on their compiters using the ADB tool. This is quite useful, and woild be morr useful if they didn’t prevent recoRead More