diff options
Diffstat (limited to '377/CH1/EX1.9/1_9.sce')
-rw-r--r-- | 377/CH1/EX1.9/1_9.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/377/CH1/EX1.9/1_9.sce b/377/CH1/EX1.9/1_9.sce new file mode 100644 index 000000000..11b3d51ed --- /dev/null +++ b/377/CH1/EX1.9/1_9.sce @@ -0,0 +1,5 @@ +disp("E1=-(4*pi^2*μ*e^4)/(32*pi^2*Є0^2*h^2)");
+printf('\n');
+disp("r1=4*pi*Є0*h^2/(4*pi*μ*e^2)");
+printf('\n');
+disp("Thus from the above formulae, the ratio of energies of muon and electrons is 100 while that of radii is 0.01");
\ No newline at end of file |