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 --- 3422/CH7/EX7.3/Ex7_3.sce | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 3422/CH7/EX7.3/Ex7_3.sce (limited to '3422/CH7/EX7.3') diff --git a/3422/CH7/EX7.3/Ex7_3.sce b/3422/CH7/EX7.3/Ex7_3.sce new file mode 100755 index 000000000..fd497cc55 --- /dev/null +++ b/3422/CH7/EX7.3/Ex7_3.sce @@ -0,0 +1,8 @@ +//Example 7.3, page 162 +clc +alpha=0.9 +N=.5//in hr +tou=1.5//in hr +pr=25//in kw +px=pr*sqrt(((1+alpha)/(1-exp(-N/tou)))-.9) +printf("Power id %f kw",px) \ No newline at end of file -- cgit