mrazimi99 / Proteun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proteun

Simple electronic circuit analyzer written in electron and javascript and use MNA algorithm to determine voltage and current of each branch for more information go to docs directory of project to see the documents of MNA algorithm.
MNA algorithm use matrix equations resolver to determine voltage and current of each node and branch of circuit.

Instruction

In the root directory of project

  • make sure you have nodejs on your computer.

  • Install dependencies:

npm install
  • Run project:
npm start

enjoy :)

License

MIT

About

License:MIT License


Languages

Language:JavaScript 84.6%Language:HTML 14.9%Language:CSS 0.5%