summaryrefslogtreecommitdiff
path: root/689/CH10/EX10.5
diff options
context:
space:
mode:
Diffstat (limited to '689/CH10/EX10.5')
-rw-r--r--689/CH10/EX10.5/5.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/689/CH10/EX10.5/5.sce b/689/CH10/EX10.5/5.sce
new file mode 100644
index 000000000..9e57ece06
--- /dev/null
+++ b/689/CH10/EX10.5/5.sce
@@ -0,0 +1,13 @@
+clc; funcprot(0);
+//Example 10.5 Coefficient for infinite aspect ratio
+
+// Initialisation of variables
+slope = 0.09;
+alp = 9;
+AR = 6;
+
+// Calculations
+Cl = alp*slope/(1 + 18.24*slope/AR);
+
+//Results
+disp(Cl,"Lift Coefficient for AR = 6 and alpha = 9 :" ); \ No newline at end of file