summaryrefslogtreecommitdiff
path: root/3835/CH1/EX1.1/Ex1_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3835/CH1/EX1.1/Ex1_1.sce')
-rw-r--r--3835/CH1/EX1.1/Ex1_1.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3835/CH1/EX1.1/Ex1_1.sce b/3835/CH1/EX1.1/Ex1_1.sce
new file mode 100644
index 000000000..ca57f82e0
--- /dev/null
+++ b/3835/CH1/EX1.1/Ex1_1.sce
@@ -0,0 +1,8 @@
+clear
+//
+q1=0.2
+q2=0.2
+r=1
+e=8.84*(10**-12)
+E=(q1*q2)/(4*3.14*e*(r**2))
+printf("\n E= %0.1f N",E)