Changes between Version 1 and Version 2 of Ticket #5452, comment 38
- Timestamp:
- 2019-07-02T22:36:08Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5452, comment 38
v1 v2 10 10 > It is most probable that there is another form of loop that cannot be detected right now. 11 11 12 Yep (see above). The image here [[Image(Inverter.png)]] shows the inverter circuit, where I removed all connections except the ones carrying currents. Eventually, as I understand it, the following relationship should be found out by the reshuffling algorithm: 12 Yep (see above). The image here 13 [[Image(Inverter.png)]] 14 shows the inverter circuit, where I removed all connections except the ones carrying currents. Eventually, as I understand it, the following relationship should be found out by the reshuffling algorithm: 13 15 {{{ 14 16 sum(inverter.dc_p.i) + sum(inverter.dc_n.i) + sum(inverter.ac.i) = 0; 15 17 }}} 18 I hope you can figure out how to combine all the equations of the inverter involving currents to get this relationship, and then how to get the reshuffling algorithm to find that out.