diff options
Diffstat (limited to '3769/CH15/EX15.9')
-rw-r--r-- | 3769/CH15/EX15.9/Ex15_9.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH15/EX15.9/Ex15_9.sce b/3769/CH15/EX15.9/Ex15_9.sce new file mode 100644 index 000000000..65b03af8d --- /dev/null +++ b/3769/CH15/EX15.9/Ex15_9.sce @@ -0,0 +1,10 @@ +clear +//Given +E=6.3 //V/m +c=3.0*10**8 + +//Calculation +B=E/c + +//Result +printf("\n B= %0.3f K^ Tesla", B) |