diff options
Diffstat (limited to '1026/CH10/EX10.1/Example10_1.sce')
-rwxr-xr-x | 1026/CH10/EX10.1/Example10_1.sce | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/1026/CH10/EX10.1/Example10_1.sce b/1026/CH10/EX10.1/Example10_1.sce new file mode 100755 index 000000000..a67e9283b --- /dev/null +++ b/1026/CH10/EX10.1/Example10_1.sce @@ -0,0 +1,19 @@ +//chapter10,Example10_1,pg 270
+
+L=1.33*10^-22
+
+B=0.025
+
+m=6.68*10^-27
+
+q=3.2*10^-19
+
+w=(B*q)/m
+
+E=0.5*L*w//E=0.5I(w^2),Iw=L
+
+E=E/(1.6*10^-19)//converting into ev
+
+printf("KE of particle\n")
+
+printf("E=%.2f ev",E)
\ No newline at end of file |