diff options
Diffstat (limited to '3769/CH9/EX9.17/Ex9_17.sce')
-rw-r--r-- | 3769/CH9/EX9.17/Ex9_17.sce | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/3769/CH9/EX9.17/Ex9_17.sce b/3769/CH9/EX9.17/Ex9_17.sce new file mode 100644 index 000000000..b770f5ffc --- /dev/null +++ b/3769/CH9/EX9.17/Ex9_17.sce @@ -0,0 +1,17 @@ +clear +//Given +B=0.8 +q=3.2*10**-19 //C +d=1.2 +m=4*1.66*10**-27 //Kg +a=1.60*10**-19 + +//Calculation +// +r=d/2.0 +K=(B**2*q**2*r**2)/(2.0*m*a) +v=(q*B*r)/m +f=(q*B)/(2.0*%pi*m) + +//Result +printf("\n Frequency of alternating voltage is %0.2f *10**7 HZ",f*10**-7) |