Skip to content

1st year | Discrete Maths | Python3 | Part of "One-variable word equations: algorithm of solution" publication

Notifications You must be signed in to change notification settings

oogl/word-equations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

One-variable word equations: algorithm of solution

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

Theory

How to use

  • Run the algorithm.py code.
  • Input the equation, e.g. abcx = xabc. Note: the default unknown is x; 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

Authors

  • Code . . . . . . . . . . . . . . . . . . . . Alexey Uglanov (oogl)
  • Publication . . . . . . . . . . . . . . . Alexey Uglanov (oogl)
  • Publication . . . . . . . . . . . . . . . Daniil Bidin (chickchirik)

About

1st year | Discrete Maths | Python3 | Part of "One-variable word equations: algorithm of solution" publication

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages