summaryrefslogtreecommitdiff
path: root/165/CH11/EX11.4/ex11_4.sce
blob: 07a57be720556007d7eb557d5b1b0e6442f4e00a (plain)
1
2
3
4
5
6
7
8
9
//Example 11.4
clc;

//Given values of bridge elements
R1=5;
R2=2*R1;               //Given R1 = 0.5*R2
Rb_Ra_ratio=1/1000;    // Rb/Ra=1/1000
Rx=R2*Rb_Ra_ratio;
disp(Rx,'Value of unknown bridge element')