diff options
Diffstat (limited to '3845/CH23/EX23.2')
-rw-r--r-- | 3845/CH23/EX23.2/Ex23_2.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3845/CH23/EX23.2/Ex23_2.sce b/3845/CH23/EX23.2/Ex23_2.sce new file mode 100644 index 000000000..e886d2fc9 --- /dev/null +++ b/3845/CH23/EX23.2/Ex23_2.sce @@ -0,0 +1,8 @@ +//Example 23.2
+B=5*10^-5;//Earth's magnetic field strength (T)
+l=20*10^3;//Length of conductor (m)
+v=7.80*10^3;//Orbital speed (m/s)
+emf=B*l*v;//Motional emf induced (V)
+printf('Motional emf induced = %0.2e V',emf)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|