summaryrefslogtreecommitdiff
path: root/2681/CH7/EX7.11/Ex7_11.sce
blob: b3e5a1b37d587bb6435cc56f412d19a032ad9b35 (plain)
1
2
3
4
5
6
7
8
9
10
//resistance per square
//given
clc
l=20d-3//metre
t=15d-6//metre
w=10d-3//metre
delta_s=5.8d+7//mho/m
Rp=l/(w*t*delta_s)//resistance in ohm
disp(Rp,'the resistance for the given parameter in ohm/square')//ohm/square
//ERROR IN THE BOOK CALCULATION