Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmitriymakhnovskiy/dc_resistance_network
KCL and KVL for the bridge circuit
https://github.com/dmitriymakhnovskiy/dc_resistance_network
bridge-circuit current electrical-circuits kirchhoff-current-law kirchhoff-voltage-law least-sqaure-method least-square-fit least-square-regression linear-systems ltspice matrix-equations ohms-law overdetermined python scipy-library voltage
Last synced: 6 days ago
JSON representation
KCL and KVL for the bridge circuit
- Host: GitHub
- URL: https://github.com/dmitriymakhnovskiy/dc_resistance_network
- Owner: DmitriyMakhnovskiy
- Created: 2024-04-07T21:43:09.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-15T11:59:34.000Z (6 months ago)
- Last Synced: 2024-05-16T01:48:21.162Z (6 months ago)
- Topics: bridge-circuit, current, electrical-circuits, kirchhoff-current-law, kirchhoff-voltage-law, least-sqaure-method, least-square-fit, least-square-regression, linear-systems, ltspice, matrix-equations, ohms-law, overdetermined, python, scipy-library, voltage
- Language: Python
- Homepage: https://dykplus.wordpress.com/
- Size: 589 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
In this educational project, we demonstrate how to solve DC resistance networks using Python through matrix equations (Circuit_1.py).
The Python calculations are validated through simulations in LTspice.
Additionally, we delve into the discussion of solving overdetermined systems of linear equations (Circuit_2.py).For more details refer to the file "Report.pdf".