From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1376/CH2/EX2.3/2_3.sci | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 1376/CH2/EX2.3/2_3.sci (limited to '1376/CH2/EX2.3') 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) -- cgit