summaryrefslogtreecommitdiff
path: root/3769/CH9/EX9.10
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH9/EX9.10')
-rw-r--r--3769/CH9/EX9.10/Ex9_10.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3769/CH9/EX9.10/Ex9_10.sce b/3769/CH9/EX9.10/Ex9_10.sce
new file mode 100644
index 000000000..e63222c5c
--- /dev/null
+++ b/3769/CH9/EX9.10/Ex9_10.sce
@@ -0,0 +1,14 @@
+clear
+//Given
+I=4
+u=10**-7
+a=0.2 //m
+v=4*10**6
+q=1.6*10**-19
+
+//Calculation
+B=(u*2*I)/a
+F=q*v*B
+
+//Result
+printf("\n Force is %0.3f N", F)