summaryrefslogtreecommitdiff
path: root/196/CH5/EX5.2/example_5_2.sce
blob: 231bd0b722784ae61992c2c1c28717325ec086ad (plain)
1
2
3
4
5
6
7
8
9
10
//Chapter 5
//Example 5-2
//ProbOnInputResistance 
//Page 121,122, Figure  5-1
clear;clc;
//Given
Efs = 5 ;//Full scale Voltage
Ifs = 50*10^-6;//Full scale Meter Current
Ri = Efs / Ifs ;// Input Resistance
printf ( "\n\n Input Resistance = %.4f ", Ri )