diff options
Diffstat (limited to '3363/CH10/EX10.6')
-rwxr-xr-x | 3363/CH10/EX10.6/Ex10_6.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3363/CH10/EX10.6/Ex10_6.sce b/3363/CH10/EX10.6/Ex10_6.sce new file mode 100755 index 000000000..85ffc3ad1 --- /dev/null +++ b/3363/CH10/EX10.6/Ex10_6.sce @@ -0,0 +1,7 @@ +//Example 10.6, page 387 +clc +h=6.6*10^-34//in J-s +v=1*10^10//per sec +ub=9.3*10^-24//in amp-m2 +B=(h*v)/(2*ub) +printf("\n The Magentic energy is %e Tesla",B)
\ No newline at end of file |