summaryrefslogtreecommitdiff
path: root/3769/CH9/EX9.16/Ex9_16.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH9/EX9.16/Ex9_16.sce')
-rw-r--r--3769/CH9/EX9.16/Ex9_16.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH9/EX9.16/Ex9_16.sce b/3769/CH9/EX9.16/Ex9_16.sce
new file mode 100644
index 000000000..76c61ed56
--- /dev/null
+++ b/3769/CH9/EX9.16/Ex9_16.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+B=1.7 //T
+q=1.6*10**-19 //c
+r=0.5
+m=1.66*10**-27
+
+//Calculation
+K=((B**2*q**2*r**2)/(2.0*m))/q
+
+//Result
+printf("\n Kinetic energy of proton is %0.0f Mev",K*10**-6)