summaryrefslogtreecommitdiff
path: root/3754/CH3/EX3.15/3_15.sce
blob: dcd0a79414b2262304231713efe40441faea3a54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clear//

//Variables

R = 10*10**-3       //Resistance (in ohm)

//Calculation

G = 1/R             //Conductance (in siemens)

//Result

printf("\n The conductance of gold conductor is  %0.3f  siemens.",G)