Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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".