English

Sum of Three Cubes via Optimisation

Number Theory 2023-08-02 v1 Optimization and Control Computation

Abstract

By first solving the equation x3+y3+z3=kx^3+y^3+z^3=k with fixed kk for zz and then considering the distance to the nearest integer function of the result, we turn the sum of three cubes problem into an optimisation one. We then apply three stochastic optimisation algorithms to this function in the case with k=2k=2, where there are many known solutions. The goal is to test the effectiveness of the method in searching for integer solutions. The algorithms are a modification of particle swarm optimisation and two implementations of simulated annealing. We want to compare their effectiveness as measured by the running times of the algorithms. To this end, we model the time data by assuming two underlying probability distributions -- exponential and log-normal, and calculate some numerical characteristics for them. Finally, we evaluate the statistical distinguishability of our models with respect to the geodesic distance in the manifold with the corresponding Fisher information metric.

Keywords

Cite

@article{arxiv.2005.09710,
  title  = {Sum of Three Cubes via Optimisation},
  author = {Boian Lazov and Tsvetan Vetsov},
  journal= {arXiv preprint arXiv:2005.09710},
  year   = {2023}
}

Comments

21 pages without the appendices. Any comments will be greatly appreciated!

R2 v1 2026-06-23T15:40:19.062Z