summaryrefslogtreecommitdiff
path: root/1859/CH8/EX8.2
diff options
context:
space:
mode:
Diffstat (limited to '1859/CH8/EX8.2')
-rwxr-xr-x1859/CH8/EX8.2/exa_8_2.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1859/CH8/EX8.2/exa_8_2.sce b/1859/CH8/EX8.2/exa_8_2.sce
new file mode 100755
index 000000000..a5af1ca71
--- /dev/null
+++ b/1859/CH8/EX8.2/exa_8_2.sce
@@ -0,0 +1,10 @@
+// Exa 8.2
+clc;
+clear;
+close;
+// Given data
+Va= 1000;// in volts
+e= 1.6*10^-19;// in C
+m= 9.1*10^-31;// in kg
+MaxVel= sqrt(2*Va*e/m);// maximum velocity of electrons in m/s
+disp(MaxVel,"Maximum velocity of electrons in m/s")