summaryrefslogtreecommitdiff
path: root/3835/CH1/EX1.6/Ex1_6.sce
blob: a8c4092ecdf2725678dc66278f3f9674cc4547a1 (plain)
1
2
3
4
5
6
7
clear
//
res=1.72*(10**-8)
l=200
a=25*(10**-6)
R=(res*l)/(a)
printf("\n R= %0.1f  ohm",R)