summaryrefslogtreecommitdiff
path: root/3769/CH26/EX26.3
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH26/EX26.3')
-rw-r--r--3769/CH26/EX26.3/Ex26_3.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH26/EX26.3/Ex26_3.sce b/3769/CH26/EX26.3/Ex26_3.sce
new file mode 100644
index 000000000..1be3fadaf
--- /dev/null
+++ b/3769/CH26/EX26.3/Ex26_3.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+ni=2.5*10**19 ///m**3
+e=1.6*10**19
+ue=0.36 //m**2/volt sec
+uh=0.17
+
+//Calculation
+a=ni*e*(ue+uh)
+
+//Result
+printf("\n Conductivity is %0.3f S/m", a*10**-38)