InCogNiTo124 / m-numbers

M-number theory evaluator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

M-numbers calculator

https://m-nums.msmetko.xyz

This is my implementation of M-number expression parser and calculator web application. This was made possible with a bulk of code from professor Mario Essert. The GUI was developed by @amalija-ramljak.

Deployment

python3 -m venv venv                        # always use venv
source venv/bin/activate                    # ALWAYS
pip install -r requirements.txt
FLASK_APP=app.py flask run -h ${YOUR_HOST} -p ${YOUR_PORT}

Explanation

In short, a new type of mathematical structure is being investigated after an invention/discovery by Miroslav Šare in 1970's. They are called M-numbers and they stem from electrical circuits. M-numbers are a special form of summary of electrical scheme topology. More info about this is TBA as the materials (in English) and science papers are in the work.

Croatian language version is already available.

English version can be found overhere

For more info, see this page for contact information.

About

M-number theory evaluator


Languages

Language:Python 64.9%Language:HTML 33.4%Language:Dockerfile 1.7%