summaryrefslogtreecommitdiff
path: root/3769/CH6/EX6.11/Ex6_11.sce
blob: 4dc55dd870ad2a9201d612b41684a4945da6cae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
clear
//Given
a=28
b=5.0
c=2

//Calculation
Rak=a/(b*c)

//Result
printf("\n Total resistance from one end of vacant edge to other end is %0.3f  ohm", Rak)