diff options
Diffstat (limited to '3755/CH11/EX11.9/Ex11_9.sce')
-rw-r--r-- | 3755/CH11/EX11.9/Ex11_9.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3755/CH11/EX11.9/Ex11_9.sce b/3755/CH11/EX11.9/Ex11_9.sce new file mode 100644 index 000000000..cb2b24348 --- /dev/null +++ b/3755/CH11/EX11.9/Ex11_9.sce @@ -0,0 +1,15 @@ +clear
+//
+//
+//
+
+//Variable declaration
+e=1.6*10^-19; //charge(coulomb)
+m=9.1*10^-31; //mass(kg)
+h=6.64*10^-34; //plank's constant(Js)
+
+//Calculation
+mewb=e*h/(4*%pi*m); //bohr's magneton(J/T)
+
+//Result
+printf("\n bohrs magneton is %0.2f *10^-24 J/T",mewb*10^24)
|