https://github.com/basemax/binarytreediagramdrawing
A software to analyze a octal number and generate formula to produce graph. (Phd Project in mathematics field, Article)
https://github.com/basemax/binarytreediagramdrawing
math math-article math-research mathematics phd python
Last synced: 12 months ago
JSON representation
A software to analyze a octal number and generate formula to produce graph. (Phd Project in mathematics field, Article)
- Host: GitHub
- URL: https://github.com/basemax/binarytreediagramdrawing
- Owner: BaseMax
- License: gpl-3.0
- Created: 2020-02-09T20:03:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T10:47:29.000Z (about 6 years ago)
- Last Synced: 2025-06-30T22:47:35.042Z (12 months ago)
- Topics: math, math-article, math-research, mathematics, phd, python
- Language: Python
- Size: 157 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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)](https://github.com/BaseMax/BinaryTreeDiagram).
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](https://maxbase.org/))
## Asrez Team
A team includes some programmer, developer, designer, researcher(s) especially Max Base.
[Asrez Team](https://www.asrez.com/)