diff options
Diffstat (limited to '1388/CH7/EX7.6/7_6.sce')
-rwxr-xr-x | 1388/CH7/EX7.6/7_6.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1388/CH7/EX7.6/7_6.sce b/1388/CH7/EX7.6/7_6.sce new file mode 100755 index 000000000..1cf4f8a73 --- /dev/null +++ b/1388/CH7/EX7.6/7_6.sce @@ -0,0 +1,11 @@ +clc
+//initialisation of variables
+o= 0.999505 //mho cm^-1
+k= 0.0128560
+i= 97.36 //ohms
+I= 117.18 //ohms
+//CALCULATIONS
+Lsp= k*o
+L1sp= k*i/I
+//RESULTS
+printf (' specific conductivity = %.6f mho cm^-1 ',L1sp)
|