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 --- 812/CH4/EX4.08/4_08.sce | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 812/CH4/EX4.08/4_08.sce (limited to '812/CH4/EX4.08') diff --git a/812/CH4/EX4.08/4_08.sce b/812/CH4/EX4.08/4_08.sce new file mode 100755 index 000000000..fd8e5eddf --- /dev/null +++ b/812/CH4/EX4.08/4_08.sce @@ -0,0 +1,7 @@ +//Tension// +filename=pathname+filesep()+'4.08-data.sci' +exec(filename) +//Tension required to pull the belt(in lbf): +T=Vbelt*m/32.2 +printf("\n\nRESULTS\n\n") +printf("\n\nTension required to pull the belt: %.3f lbf\n\n",T) -- cgit