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.04/5_04.sce | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 548/CH5/EX5.04/5_04.sce (limited to '548/CH5/EX5.04') diff --git a/548/CH5/EX5.04/5_04.sce b/548/CH5/EX5.04/5_04.sce new file mode 100755 index 000000000..29758bbf1 --- /dev/null +++ b/548/CH5/EX5.04/5_04.sce @@ -0,0 +1,6 @@ +pathname=get_absolute_file_path('5_04.sce') +filename=pathname+filesep()+'5_04data.sci' +exec(filename) +Cp=(P1-P)/q;disp(Cp,"Cp=","Cp=(P1-P)/q","pressure coefficient Cp :") +printf("\Answer:\n") +printf("\n\pressure coefficient : %f \n\n",Cp) \ No newline at end of file -- cgit