summaryrefslogtreecommitdiff
path: root/2102/CH1/EX1.18
diff options
context:
space:
mode:
Diffstat (limited to '2102/CH1/EX1.18')
-rwxr-xr-x2102/CH1/EX1.18/exa_1_18.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2102/CH1/EX1.18/exa_1_18.sce b/2102/CH1/EX1.18/exa_1_18.sce
new file mode 100755
index 000000000..aab435176
--- /dev/null
+++ b/2102/CH1/EX1.18/exa_1_18.sce
@@ -0,0 +1,10 @@
+// Exa 1.18
+clc;
+clear;
+close;
+// Given data
+miu= 35.2*10^-4;// in m^2/vs
+n=7.87*10^28;
+e= 1.6*10^-19;// in C
+sigma= n*e*miu;// in s/m
+disp(sigma,"Conductivity in s/m is : ")