BaseMax / BinaryTreeDiagramDrawing
A software to analyze a octal number and generate formula to produce graph. (Phd Project in mathematics field, Article)
README
Binary Tree Diagram Drawing (Math Graph)
Phd Math Project
A software to analyze a octal number and generate formula to produce graph. (Phd Project in mathematics field, Article)
I'm supervisor of this software to help in this research. (It will publish as article)
New version of software available at here (Binary Tree Diagram).
It's a research to write a paper.
Process
- Get octal number.
- Convert number to binary (base 2).
- Compare binary data to generate new matrix.
- Compare binary data to generate formula.
- Check formula to detect their edge is dotted or solid.
Using
Run python process.py.
Example
- Step1: [[0, 0, 1], [0, 1, 1], [0, 1, 0]]
- Step2: [[0, -1, 1], [0, -1, -1], [0, 1, -1]]
- Step3: [["x'", 'z'], ["x'", 'y']]
- Step4: [["x'", 'z', 0], ["x'", 'y', 0]]
0 means dotted, 1 means solid
Max Base
My nickname is Max, Programming language developer, Full-stack programmer. I love computer scientists, researchers, and compilers. (Max Base)
Asrez Team
A team includes some programmer, developer, designer, researcher(s) especially Max Base.
