diff options
Diffstat (limited to '3754/CH3/EX3.16/3_16.sce')
-rw-r--r-- | 3754/CH3/EX3.16/3_16.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3754/CH3/EX3.16/3_16.sce b/3754/CH3/EX3.16/3_16.sce new file mode 100644 index 000000000..f691eea0f --- /dev/null +++ b/3754/CH3/EX3.16/3_16.sce @@ -0,0 +1,13 @@ +clear//
+
+//Variables
+
+R = 10.0*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)
|