diff options
Diffstat (limited to '1427/CH5/EX5.1')
-rw-r--r-- | 1427/CH5/EX5.1/5_1.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1427/CH5/EX5.1/5_1.sce b/1427/CH5/EX5.1/5_1.sce new file mode 100644 index 000000000..8d74279b6 --- /dev/null +++ b/1427/CH5/EX5.1/5_1.sce @@ -0,0 +1,7 @@ +//ques-5.1
+//Calculating cell constant
+clc
+s=0.0002765;//specific conductivity (in mhos/cm)
+R=500;//resistance (in ohms)
+c=R*s;//cell contant (in /cm)
+printf("The cell constant is %.3f /cm.",c);
|