summaryrefslogtreecommitdiff
path: root/3769/CH4/EX4.10
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH4/EX4.10')
-rw-r--r--3769/CH4/EX4.10/Ex4_10.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH4/EX4.10/Ex4_10.sce b/3769/CH4/EX4.10/Ex4_10.sce
new file mode 100644
index 000000000..a6a1e985f
--- /dev/null
+++ b/3769/CH4/EX4.10/Ex4_10.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+A2=500 //cm**2
+A1=100 //cm**2
+d1=0.05 //cm
+
+//Calculation
+d2=A2*d1/A1
+
+//Result
+printf("\n Distance between the plates of second capacitor is %0.3f cm", d2)