summaryrefslogtreecommitdiff
path: root/3769/CH3/EX3.22/Ex3_22.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH3/EX3.22/Ex3_22.sce')
-rw-r--r--3769/CH3/EX3.22/Ex3_22.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH3/EX3.22/Ex3_22.sce b/3769/CH3/EX3.22/Ex3_22.sce
new file mode 100644
index 000000000..f118f6805
--- /dev/null
+++ b/3769/CH3/EX3.22/Ex3_22.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+q=8.85*10**-6
+e=8.85*10**-12
+
+//Calculation
+a=q/e
+b=a/6.0
+
+//Result
+printf("\n Electric flux through each face is %0.2f Nm**2C-1",b*10**-5)