summaryrefslogtreecommitdiff
path: root/2102/CH2/EX2.5/exa_2_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '2102/CH2/EX2.5/exa_2_5.sce')
-rwxr-xr-x2102/CH2/EX2.5/exa_2_5.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2102/CH2/EX2.5/exa_2_5.sce b/2102/CH2/EX2.5/exa_2_5.sce
new file mode 100755
index 000000000..9da27d322
--- /dev/null
+++ b/2102/CH2/EX2.5/exa_2_5.sce
@@ -0,0 +1,10 @@
+// Exa 2.5
+clc;
+clear;
+close;
+// Given data
+n=6.023*10^23*7.4/63.54;
+miu= 32.6;// in cm^2/Vs
+q=1.6*10^-19;// in C
+sigma= n*q*miu;// in (Ωcm)^-1
+disp(sigma,"Conductivity of copper in (Ωcm)^-1 is : ")