This Python3 code is a part of "One-variable word equations: algorithm of solution" publication.
Language: Python 3.6
Keywords: word equations
, discrete mathematics
, theoretical computer science
, python3
.
Publication based on: Yu. I. Khmelevskii, M.N. Maksimenko works
- Run the
algorithm.py
code. - Input the equation, e.g.
abcx = xabc
. Note: the default unknown isx
; left and right parts of the equation should be divided by=
. - If there is a solution, it will be printed
- You can see the steps of algorithm work in
log.log
- Code . . . . . . . . . . . . . . . . . . . . Alexey Uglanov (oogl)
- Publication . . . . . . . . . . . . . . . Alexey Uglanov (oogl)
- Publication . . . . . . . . . . . . . . . Daniil Bidin (chickchirik)