diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /548/CH6/EX6.14/6_14.sce | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '548/CH6/EX6.14/6_14.sce')
-rwxr-xr-x | 548/CH6/EX6.14/6_14.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/548/CH6/EX6.14/6_14.sce b/548/CH6/EX6.14/6_14.sce new file mode 100755 index 000000000..47bea784e --- /dev/null +++ b/548/CH6/EX6.14/6_14.sce @@ -0,0 +1,7 @@ +pathname=get_absolute_file_path('6_14.sce')
+filename=pathname+filesep()+'6_14data.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=(3*Cdo*%pi*e*AR)^(3/4)/(4*Cdo);
+disp(Cl_Cd1max,"((Cl/Cd)^1.5)max=","((Cl/Cd)^1.5)max=(3*Cdo*%pi*e*AR)^(3/4)/(4*Cdo)")
\ No newline at end of file |