summaryrefslogtreecommitdiff
path: root/3769/CH4/EX4.4/Ex4_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH4/EX4.4/Ex4_4.sce')
-rw-r--r--3769/CH4/EX4.4/Ex4_4.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH4/EX4.4/Ex4_4.sce b/3769/CH4/EX4.4/Ex4_4.sce
new file mode 100644
index 000000000..562df4521
--- /dev/null
+++ b/3769/CH4/EX4.4/Ex4_4.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+m=9*10**9
+ra=0.09
+rb=0.1
+
+//Calculation
+C=ra*rb/(m*(rb-ra))
+
+//Result
+printf("\n Capacitance of the capacitor is %0.3f pico F", C*10**12)