summaryrefslogtreecommitdiff
path: root/3769/CH5/EX5.8/Ex5_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH5/EX5.8/Ex5_8.sce')
-rw-r--r--3769/CH5/EX5.8/Ex5_8.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH5/EX5.8/Ex5_8.sce b/3769/CH5/EX5.8/Ex5_8.sce
new file mode 100644
index 000000000..b909daa39
--- /dev/null
+++ b/3769/CH5/EX5.8/Ex5_8.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+V=5
+l=0.1
+Vd=2.5*10**-4
+
+//Calculation
+E=V/l
+u=Vd/E
+
+//Result
+printf("\n The electron mobility is %0.3f m**2/V/C", u)