Posted: Mon Jan 22, 2007 2:30 pm
Hi,
suppose we have 3 sections,e.g. A,B,C, with the following properties
then,
oc> A for (x) {print ri(x)}
0.75121133
0.75121133
0.36058114
oc> B for (x) {print ri(x)}
0.36058114
0.36058114
1e+30
oc> C for (x) {print ri(x)}
1e+30
11.26817
11.26817
Two questions:
1- Since A, B is connected, does ri(x=1) means resistance between two section A, B?
if yes, the the resistance between two sections is
ri(x=1),from A side, or ri(x=0) from B side,
or the resistance bewteen two sections is
ri(x=1)+ri(x=0)?
2-Did i make mistake to conncet B,C? i don't know why i get a big number for ri(x=1) for B and ri(x=0) for C?
thanks in advance
Kralo
suppose we have 3 sections,e.g. A,B,C, with the following properties
Code: Select all
create A,B,C
A {L=30 diam=3}
B {L=40 diam=5}
C {L=50 diam=1}
connect A(1),B(0)
connect B(1),C(0)
oc> A for (x) {print ri(x)}
0.75121133
0.75121133
0.36058114
oc> B for (x) {print ri(x)}
0.36058114
0.36058114
1e+30
oc> C for (x) {print ri(x)}
1e+30
11.26817
11.26817
Two questions:
1- Since A, B is connected, does ri(x=1) means resistance between two section A, B?
if yes, the the resistance between two sections is
ri(x=1),from A side, or ri(x=0) from B side,
or the resistance bewteen two sections is
ri(x=1)+ri(x=0)?
2-Did i make mistake to conncet B,C? i don't know why i get a big number for ri(x=1) for B and ri(x=0) for C?
thanks in advance
Kralo