diff options
Diffstat (limited to '3701/CH13')
-rw-r--r-- | 3701/CH13/EX13.1/Ex13_1.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3701/CH13/EX13.1/Ex13_1.sce b/3701/CH13/EX13.1/Ex13_1.sce new file mode 100644 index 000000000..13bfbe484 --- /dev/null +++ b/3701/CH13/EX13.1/Ex13_1.sce @@ -0,0 +1,13 @@ +////Given
+d=0.1 //m
+v=10.0**3 //m/s
+a=50 //gradient of a magnet field Wb/m**2/m
+b=9.274*10**-27 //J/Wb/m**2
+h=1.6605*10**-27
+
+//Calculation
+M=107.868*h
+z=(b/M)*a*(d**2/v**2)
+
+//Result
+printf("\n seperation between the two component %0.1f mm",z*10**8)
|