| 1 | initial version |
Thanks for Luca's answer! I am just expanding the code here
p1 = []
for m in p.iterator():
sum = 0
for x in (i_L, d, v_g, v_C):
sum += m({x:0}).is_zero()
if sum == 1:
p1.append(m)
p1
| 2 | No.2 Revision |
Thanks for Luca's answer! I am just expanding the code here
p1 = []
for m in p.iterator():
sum = 0
for x in (i_L, d, v_g, v_C):
sum += m({x:0}).is_zero()
if sum == 1:
p1.append(m)
p1
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.