summaryrefslogtreecommitdiff
path: root/2045/CH2/EX2.6
diff options
context:
space:
mode:
Diffstat (limited to '2045/CH2/EX2.6')
-rwxr-xr-x2045/CH2/EX2.6/Ex2_6.pdfbin0 -> 10702 bytes
-rwxr-xr-x2045/CH2/EX2.6/Ex2_6.sce11
2 files changed, 11 insertions, 0 deletions
diff --git a/2045/CH2/EX2.6/Ex2_6.pdf b/2045/CH2/EX2.6/Ex2_6.pdf
new file mode 100755
index 000000000..dfe6c5be7
--- /dev/null
+++ b/2045/CH2/EX2.6/Ex2_6.pdf
Binary files differ
diff --git a/2045/CH2/EX2.6/Ex2_6.sce b/2045/CH2/EX2.6/Ex2_6.sce
new file mode 100755
index 000000000..0f1a26172
--- /dev/null
+++ b/2045/CH2/EX2.6/Ex2_6.sce
@@ -0,0 +1,11 @@
+//pagenumber 103 example 6
+clear
+a=1*10^-6;//metre square
+w=2*10^-6;//thick centimetre
+re=16;
+eo=8.854*10^-12;
+c=(eo*re*a)/w;
+disp("capacitance = "+string(c)+"farad");
+
+
+