summaryrefslogtreecommitdiff
path: root/1376/CH2/EX2.3
diff options
context:
space:
mode:
Diffstat (limited to '1376/CH2/EX2.3')
-rwxr-xr-x1376/CH2/EX2.3/2_3.sci8
1 files changed, 8 insertions, 0 deletions
diff --git a/1376/CH2/EX2.3/2_3.sci b/1376/CH2/EX2.3/2_3.sci
new file mode 100755
index 000000000..c1a2beae2
--- /dev/null
+++ b/1376/CH2/EX2.3/2_3.sci
@@ -0,0 +1,8 @@
+// 2.3
+clc;
+a=0.5/2;
+b=0.25+0.4;
+Pr=4.5;
+C=(0.024*Pr)/(log10(b/a))
+C_total=300*C
+printf("\ncapacitance of the cable=%.2f uF",C_total)