diff options
Diffstat (limited to '3769/CH9/EX9.14/Ex9_14.sce')
-rw-r--r-- | 3769/CH9/EX9.14/Ex9_14.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH9/EX9.14/Ex9_14.sce b/3769/CH9/EX9.14/Ex9_14.sce new file mode 100644 index 000000000..61f64ad0c --- /dev/null +++ b/3769/CH9/EX9.14/Ex9_14.sce @@ -0,0 +1,11 @@ +clear +//Given +V=600 //V +d=3*10**-3 //m +v=2*10**6 //m/s + +//Calculation +B=V/(d*v) + +//Result +printf("\n Magnitude of magnetic field is %0.3f T", B) |