summaryrefslogtreecommitdiff
path: root/3769/CH4/EX4.9
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH4/EX4.9')
-rw-r--r--3769/CH4/EX4.9/Ex4_9.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/3769/CH4/EX4.9/Ex4_9.sce b/3769/CH4/EX4.9/Ex4_9.sce
new file mode 100644
index 000000000..8b1a978f6
--- /dev/null
+++ b/3769/CH4/EX4.9/Ex4_9.sce
@@ -0,0 +1,16 @@
+clear
+//Given
+C=300*10**-12
+V=10*10**3
+A=0.01
+d=1*10**-3
+
+//Calculation
+q=C*V
+a=q/A
+E=V/d
+
+//Result
+printf("\n (i) Charge on each plate is %0.3f C", q)
+printf("\n (ii) Electric flux density is %0.3f 10**-4 C/m**2", a*10**4)
+printf("\n (iii) Potential gradient is %0.3f V/m", E)