summaryrefslogtreecommitdiff
path: root/3769/CH9/EX9.38/Ex9_38.sce
blob: 362182881b74cf17bc30814b093a4d74ee5dedff (plain)
1
2
3
4
5
6
7
8
9
10
11
clear
//Given
V=100
v=1
a=1980

//Calculation
Rm=a/(V-v)

//Result
printf("\n Resistance of the voltmeter is %0.3f  ohm", Rm)