Changes between Initial Version and Version 1 of Ticket #5452, comment 38


Ignore:
Timestamp:
2019-07-02T22:34:19Z (6 years ago)
Author:
Francesco Casella

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5452, comment 38

    initial v1  
    1010> It is most probable that there is another form of loop that cannot be detected right now.
    1111
    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:
     12Yep (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:
    1313{{{
    1414sum(inverter.dc_p.i) + sum(inverter.dc_n.i) + sum(inverter.ac.i) = 0;