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


Ignore:
Timestamp:
2019-07-02T22:36:08Z (5 years ago)
Author:
Francesco Casella

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5452, comment 38

    v1 v2  
    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
     13[[Image(Inverter.png)]]
     14shows 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:
    1315{{{
    1416sum(inverter.dc_p.i) + sum(inverter.dc_n.i) + sum(inverter.ac.i) = 0;
    1517}}}
     18I 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.