summaryrefslogtreecommitdiff
path: root/3769/CH8/EX8.1/Ex8_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH8/EX8.1/Ex8_1.sce')
-rw-r--r--3769/CH8/EX8.1/Ex8_1.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH8/EX8.1/Ex8_1.sce b/3769/CH8/EX8.1/Ex8_1.sce
new file mode 100644
index 000000000..b9519e35e
--- /dev/null
+++ b/3769/CH8/EX8.1/Ex8_1.sce
@@ -0,0 +1,13 @@
+clear
+//Given
+q=1.6*10**-19 //c
+B=0.1 //T
+v=5.0*10**6 //m/s
+a=90 //degree
+
+//Calculation
+//
+Fm=q*v*B*sin(a)
+
+//Result
+printf("\n Force on the proton is %0.1f *10**-14 N",Fm*10**14)