diff options
Diffstat (limited to '3845/CH22/EX22.2/Ex22_2.sce')
-rw-r--r-- | 3845/CH22/EX22.2/Ex22_2.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3845/CH22/EX22.2/Ex22_2.sce b/3845/CH22/EX22.2/Ex22_2.sce new file mode 100644 index 000000000..7334cbd07 --- /dev/null +++ b/3845/CH22/EX22.2/Ex22_2.sce @@ -0,0 +1,9 @@ +//Example 22.2
+m=9.11*10^-31;//Mass of electron (kg)
+v=6*10^7;//Velocity of electron (m/s)
+B=0.5;//Magnetic field strength (T)
+q=1.60*10^-19;//Charge of electron (C)
+r=m*v/(q*B);//Radius of curvature (m)
+printf('Radius of curvature = %0.3f mm',r*1000)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|