On asymptotics of some large character sums

On asymptotics of some large character sums. ================================================= Added Monday January 1, 2018: FOREWORD: I now consider what follows this foreword as numerical data on some large character sums. The implied asymptotic constant , 2*(exp(Euler)/Pi)^2 , is not backed by any theoretical work. I had a few email exchanges with Andrew Granville about asymptotics of… Continue reading On asymptotics of some large character sums

Published
Categorized as History

An improved PARI/gp script for solving the Lorenz ODE system

Today, I’m posting a variant of the PARI/gp script to solve the Lorenz system of differential equations. The use of factorials and binomial coefficients has been eliminated, so I’d expect it to run somewhat faster than the script from an earlier post.   The lorenzy4.gp PARI/gp script:   Lorenz(X0, Y0, Z0) = { order =… Continue reading An improved PARI/gp script for solving the Lorenz ODE system

Published
Categorized as History

Blog accepting comments

That’s my intention, you can ask questions, answer questions, etc. once I have this figured out. David Bernier  

Published
Categorized as History

PARI/gp script for Lorenz system

The Lorenz system of differential equations is challenging to solve over extended periods of of time ‘t’, the independent variable. In “Long-Time Computability of the Lorenz System”, the authors Kehlet and Logg from Norway give a numerical solution for x(t), y(t), z(t) for t in [0, 1000] and with initial values x(0) = 1, y(0)… Continue reading PARI/gp script for Lorenz system

Published
Categorized as History