Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 717 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 717 Bytes

Modified Nodal Analysis

The main code is graph.py, run with `python3 graph.py`

Dependencies:

  1. numpy https://www.scipy.org/scipylib/download.html
  2. tkinter https://wiki.python.org/moin/TkInter

Early stage

The application is still under develop, the main algorithm is complete but we are working to make it more user friendly

Example

example

  • A Red node is a resistance
  • Yellow node is voltage
  • Red circle is positive reference point
  • Blue circle is negative reference point

The result for this simulation would be a difference in voltage of 6 between the two references, each resistance has a different value.