summaryrefslogtreecommitdiff
path: root/1385/CH7/EX7.5/7_5.sce
blob: d9f2cf4dfccc1523136cf0a8085771e88dce9c2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc
//initialisation of variables
m= 0.01 //M
CB= 235 //mm
R= 426.3 //ohms
M= 265 
C= 0.448
//CALCULATIONS
k= M*C/(R*CB)
A= k*1000/m
//RESULTS
printf (' equivalent conductance= %.1f ohms',A)