summaryrefslogtreecommitdiff
path: root/3769/CH4/EX4.6/Ex4_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH4/EX4.6/Ex4_6.sce')
-rw-r--r--3769/CH4/EX4.6/Ex4_6.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH4/EX4.6/Ex4_6.sce b/3769/CH4/EX4.6/Ex4_6.sce
new file mode 100644
index 000000000..e6e2c3534
--- /dev/null
+++ b/3769/CH4/EX4.6/Ex4_6.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+d=10**-3 //m
+c=1 //F
+e=8.854*10**-12
+
+//Calculation
+A=c*d/e
+
+//Result
+printf("\n Area is %0.1f *10**8 m**2",A*10**-8)