summaryrefslogtreecommitdiff
path: root/2360/CH5/EX5.8/ex5_8.sce
blob: e1ec83da94c6fcae712058a715b3c668fb8a042d (plain)
1
2
3
4
5
6
7
8
9
// Exa 5.8
format('v',7);clc;clear;close;
// Given data
// Rx/R2 = Rb/Ra = 1/1200;
R1 = 10;// in ohm
// Rx/R2= Rb/Ra= 1/1200
R2 = R1/0.5;// in ohm
Rx = R2/1200;//unknown resistance in ohm
disp(Rx,"The value of unknown resistance in Ω is");