summaryrefslogtreecommitdiff
path: root/1865/CH3/EX3.2
diff options
context:
space:
mode:
Diffstat (limited to '1865/CH3/EX3.2')
-rw-r--r--1865/CH3/EX3.2/prob_2.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1865/CH3/EX3.2/prob_2.sce b/1865/CH3/EX3.2/prob_2.sce
new file mode 100644
index 000000000..34deb6a31
--- /dev/null
+++ b/1865/CH3/EX3.2/prob_2.sce
@@ -0,0 +1,10 @@
+
+//Problem 2
+//Calculate the maximum speed of electron striking the anti-cathode
+clear
+clc
+V=18// Potential difference in kV
+e=1.6*10^(-19)//charge on an electron in C
+m=9.1*10^(-31)//mass of an electron in kg
+v=(2*e*V/m)^(0.5)//maximum speed of electron in m/s
+printf('maximum speed of electron striking the anti-cathode = %.1f m/s',v) \ No newline at end of file