summaryrefslogtreecommitdiff
path: root/3769/CH4/EX4.1/Ex4_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH4/EX4.1/Ex4_1.sce')
-rw-r--r--3769/CH4/EX4.1/Ex4_1.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH4/EX4.1/Ex4_1.sce b/3769/CH4/EX4.1/Ex4_1.sce
new file mode 100644
index 000000000..3314050f3
--- /dev/null
+++ b/3769/CH4/EX4.1/Ex4_1.sce
@@ -0,0 +1,10 @@
+clear
+//Given
+m=9*10**9
+r=6.4*10**6 //m
+
+//Calculation
+C=r/m
+
+//Result
+printf("\n The capacitance of the earth is %0.0f micro F",C*10**6)