From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 689/CH8/EX8.13/13.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 689/CH8/EX8.13/13.sce (limited to '689/CH8/EX8.13/13.sce') diff --git a/689/CH8/EX8.13/13.sce b/689/CH8/EX8.13/13.sce new file mode 100644 index 000000000..09cbe797b --- /dev/null +++ b/689/CH8/EX8.13/13.sce @@ -0,0 +1,14 @@ +clc; funcprot(0); +//Example 8.13 Power in terms of Cd/Cl^3/2 + +// Initialisation of variables +W = 4000; +S = 300; +Cl = 1.2; +Cd = 0.1; +rho = 0.002378; +// Calculations +HP = (W/550)*(Cd/Cl^1.5)*sqrt(W/S)/sqrt(rho/2); + +//Results +disp(HP,"Required Horse Power(hp):"); \ No newline at end of file -- cgit