Changes between Initial Version and Version 1 of Ticket #5452, comment 38
- Timestamp:
- 2019-07-02T22:34:19Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5452, comment 38
initial v1 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 [[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: 13 13 {{{ 14 14 sum(inverter.dc_p.i) + sum(inverter.dc_n.i) + sum(inverter.ac.i) = 0;