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/CH6/EX6.19.d/6_19d.sce | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 548/CH6/EX6.19.d/6_19d.sce (limited to '548/CH6/EX6.19.d') diff --git a/548/CH6/EX6.19.d/6_19d.sce b/548/CH6/EX6.19.d/6_19d.sce new file mode 100755 index 000000000..7dea11332 --- /dev/null +++ b/548/CH6/EX6.19.d/6_19d.sce @@ -0,0 +1,6 @@ +pathname=get_absolute_file_path('6_19d.sce') +filename=pathname+filesep()+'6_19data.sci' +exec(filename) +E=(n/(4*c*Cdo))*(3*Cdo*%pi*e*AR)^(3/4)*sqrt(2*D*S)*[1/sqrt(W-W1)-1/sqrt(Wo)] +printf("\Answer:\n") +printf("\n\Maximum Endurance at sea level: %f s\n\n",E) \ No newline at end of file -- cgit