/Proteun

Primary LanguageJavaScriptMIT LicenseMIT

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