summaryrefslogtreecommitdiff
path: root/3769/CH9/EX9.9/Ex9_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH9/EX9.9/Ex9_9.sce')
-rw-r--r--3769/CH9/EX9.9/Ex9_9.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/3769/CH9/EX9.9/Ex9_9.sce b/3769/CH9/EX9.9/Ex9_9.sce
new file mode 100644
index 000000000..dfeab1bf2
--- /dev/null
+++ b/3769/CH9/EX9.9/Ex9_9.sce
@@ -0,0 +1,16 @@
+clear
+//Given
+q=3.2*10**-19
+B=1.2
+r=0.45
+m=6.8*10**-27
+
+//Calculation
+//
+v=(q*B*r)/m
+f=v/(2.0*%pi*r)
+K=(0.5*m*v**2)/(1.6*10**-19)
+V=K/2.0
+
+//Result
+printf("\n Required potentila difference is %0.0f *10**6 V",V*10**-6)