diff options
Diffstat (limited to '1439/CH13/EX13.3/13_3.sce')
-rwxr-xr-x | 1439/CH13/EX13.3/13_3.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1439/CH13/EX13.3/13_3.sce b/1439/CH13/EX13.3/13_3.sce new file mode 100755 index 000000000..7166cd235 --- /dev/null +++ b/1439/CH13/EX13.3/13_3.sce @@ -0,0 +1,8 @@ +clc
+//initialisation of variables
+C= 0.005 //N
+k= 6.997*10^-4 //ohm^-1 cm^-1
+//CALCULATIONS
+A= 1000*k/C
+//RESULTS
+printf ('equivalent conductance= %.1f cm^2 equiv^-1 ohm^-1',A)
|