An open API service indexing awesome lists of open source software.

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)

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.

![screenshot2.jpg](screenshot2.jpg)

## 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.

![screenshot1.jpg](screenshot1.jpg)

## 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/)