summaryrefslogtreecommitdiff
path: root/1826/CH7/EX7.2/ex7_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '1826/CH7/EX7.2/ex7_2.sce')
-rwxr-xr-x1826/CH7/EX7.2/ex7_2.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1826/CH7/EX7.2/ex7_2.sce b/1826/CH7/EX7.2/ex7_2.sce
new file mode 100755
index 000000000..0fb7b0092
--- /dev/null
+++ b/1826/CH7/EX7.2/ex7_2.sce
@@ -0,0 +1,11 @@
+// Example 7.2, page no-161
+clear
+clc
+r=1.85*10^-10//m
+t=3*10^-14//s
+m=9.11*10^-31//Kg
+e=1.6*10^-19//C
+a=r*(4/sqrt(3))
+ne=2/a^3
+rho=m/(ne*t*e^2)
+printf("Resistivity of copper is %.3f*10^-8 Ohm-m",rho*10^8)