summaryrefslogtreecommitdiff
path: root/548/CH5/EX5.21/5_21.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /548/CH5/EX5.21/5_21.sce
downloadScilab-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/CH5/EX5.21/5_21.sce')
-rwxr-xr-x548/CH5/EX5.21/5_21.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/548/CH5/EX5.21/5_21.sce b/548/CH5/EX5.21/5_21.sce
new file mode 100755
index 000000000..c68868168
--- /dev/null
+++ b/548/CH5/EX5.21/5_21.sce
@@ -0,0 +1,7 @@
+pathname=get_absolute_file_path('5_21.sce')
+filename=pathname+filesep()+'5_21data.sci'
+exec(filename)
+V=sqrt(2*Wt/(D*S*Clm));disp(V,"V=","V=sqrt(2*Wt/(D*S*Clm))","stalling speed for Boeing 727 V:")
+printf("\Answer:\n")
+printf("\n\stalling speed for full fuel tank : %f m/s\n\n",V)
+disp("stalling speed for lockhead F-104 is a much higher value than the Boeing 727.","comparison with stalling speed for full fuel tank of example 5.20:") \ No newline at end of file