summaryrefslogtreecommitdiff
path: root/3769/CH3/EX3.23/Ex3_23.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH3/EX3.23/Ex3_23.sce')
-rw-r--r--3769/CH3/EX3.23/Ex3_23.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH3/EX3.23/Ex3_23.sce b/3769/CH3/EX3.23/Ex3_23.sce
new file mode 100644
index 000000000..7ccabc3db
--- /dev/null
+++ b/3769/CH3/EX3.23/Ex3_23.sce
@@ -0,0 +1,10 @@
+clear
+//Given
+E0=2*10**3 //N/C
+S=0.2
+
+//Calculation
+a=(3/5.0)*E0*S
+
+//Result
+printf("\n Electric flux of the field is %0.3f Nm**2C-1", a)