From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 548/CH5/EX5.21/5_21.sce | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 548/CH5/EX5.21/5_21.sce (limited to '548/CH5/EX5.21/5_21.sce') 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 -- cgit