summaryrefslogtreecommitdiff
path: root/3769/CH5/EX5.5/Ex5_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH5/EX5.5/Ex5_5.sce')
-rw-r--r--3769/CH5/EX5.5/Ex5_5.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH5/EX5.5/Ex5_5.sce b/3769/CH5/EX5.5/Ex5_5.sce
new file mode 100644
index 000000000..12cbee457
--- /dev/null
+++ b/3769/CH5/EX5.5/Ex5_5.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+I=10 //A
+A=1 //m*m**2
+e=1.6*10**-19 //C
+n=10**28 //m**-3
+
+//Calculation
+Vd=I/(n*A*e)
+
+//Result
+printf("\n Drift velocity of the conduction electrons are %0.3f m/s", Vd)