summaryrefslogtreecommitdiff
path: root/548/CH6/EX6.15/6_15.sce
diff options
context:
space:
mode:
Diffstat (limited to '548/CH6/EX6.15/6_15.sce')
-rwxr-xr-x548/CH6/EX6.15/6_15.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/548/CH6/EX6.15/6_15.sce b/548/CH6/EX6.15/6_15.sce
new file mode 100755
index 000000000..85d71971a
--- /dev/null
+++ b/548/CH6/EX6.15/6_15.sce
@@ -0,0 +1,7 @@
+pathname=get_absolute_file_path('6_15.sce')
+filename=pathname+filesep()+'6_15data.sci'
+exec(filename)
+Cl_Cdmax=sqrt(Cdo*%pi*e*AR)/(2*Cdo);
+disp(Cl_Cdmax,"(Cl/Cd)max=","(Cl/Cd)max=sqrt(Cdo*%pi*e*AR)/(2*Cdo)")
+Cl_Cd1max=((1/3)*Cdo*%pi*e*AR)^(1/4)/(4*Cdo/3);
+disp(Cl_Cd1max,"(Cl^0.5/Cd)max=","(Cl^0.5/Cd)max=((1/3)*Cdo*%pi*e*AR)^(1/4)/(4*Cdo/3)") \ No newline at end of file