summaryrefslogtreecommitdiff
path: root/3769/CH2/EX2.15/Ex2_15.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH2/EX2.15/Ex2_15.sce')
-rw-r--r--3769/CH2/EX2.15/Ex2_15.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH2/EX2.15/Ex2_15.sce b/3769/CH2/EX2.15/Ex2_15.sce
new file mode 100644
index 000000000..bc9ff475a
--- /dev/null
+++ b/3769/CH2/EX2.15/Ex2_15.sce
@@ -0,0 +1,13 @@
+clear
+//Given
+q=2*10**-6
+a=0.1
+m=9*10**9
+r=0.5
+
+//Calculation
+p=q*a
+E=m*p/r**3
+
+//Result
+printf("\n Electric field intensity is %0.3f *10**4 N/C",E*10**-4)