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 --- 2417/CH2/EX2.4/Ex2_4.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 2417/CH2/EX2.4/Ex2_4.sce (limited to '2417/CH2/EX2.4') diff --git a/2417/CH2/EX2.4/Ex2_4.sce b/2417/CH2/EX2.4/Ex2_4.sce new file mode 100755 index 000000000..e47b333fa --- /dev/null +++ b/2417/CH2/EX2.4/Ex2_4.sce @@ -0,0 +1,14 @@ +clear; +clc; +printf("\t\t\tProblem Number 2.4\n\n\n"); +// Chapter 2: Work, Energy, and Heat +// Problem 2.4 (page no. 66) +// Solution + +//Given +Z=600; //Unit:ft //Z=The distance,the body is raised from its initial position when the force is applied +gc=32.174; //Unit: (lbm*ft)/(lbf*s^2) //gc is constant of proportionality +g=gc; //Unit:ft/s^2 //g=The local gravity +m=1; //Unit:lbm //m=mass +PE=(m*g*Z)/gc; //potential energy //Unit:ft*lbf +printf("%f ft*lbf work is done lifting the water to elevation ",PE) -- cgit