diff options
Diffstat (limited to '3769/CH9/EX9.5/Ex9_5.sce')
-rw-r--r-- | 3769/CH9/EX9.5/Ex9_5.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH9/EX9.5/Ex9_5.sce b/3769/CH9/EX9.5/Ex9_5.sce new file mode 100644 index 000000000..d40dc5bbc --- /dev/null +++ b/3769/CH9/EX9.5/Ex9_5.sce @@ -0,0 +1,13 @@ +clear +//Given +m=9*10**-31 +e=1.6*10**-19 +V=100 +B=0.004 + +//Calculation +// +r=sqrt(2*m*e*V)/(e*B) + +//Result +printf("\n Radius of the path is %0.1f mm",r*10**3) |