diff options
Diffstat (limited to '3845/CH24/EX24.1/Ex24_1.sce')
-rw-r--r-- | 3845/CH24/EX24.1/Ex24_1.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3845/CH24/EX24.1/Ex24_1.sce b/3845/CH24/EX24.1/Ex24_1.sce new file mode 100644 index 000000000..b6a452a05 --- /dev/null +++ b/3845/CH24/EX24.1/Ex24_1.sce @@ -0,0 +1,7 @@ +//Example 24.1
+E=1000;//E-field strength (V/m)
+c=3*10^8;//Speed of light (m/s)
+B=E/c;//B-field strength (T)
+printf('B-field strength = %0.2e T',B)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|