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 --- 2735/CH1/EX1.6/Ex1_6.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 2735/CH1/EX1.6/Ex1_6.sce (limited to '2735/CH1/EX1.6') diff --git a/2735/CH1/EX1.6/Ex1_6.sce b/2735/CH1/EX1.6/Ex1_6.sce new file mode 100755 index 000000000..3eb770219 --- /dev/null +++ b/2735/CH1/EX1.6/Ex1_6.sce @@ -0,0 +1,10 @@ +clc +clear +//Initialization of variables +rho=62.305 //lbf/ft^2 +g=32.1739 //ft/s^2 +//calculations +gam=rho/g +//results +printf("Density of water in this system = %.3f lbf/ft^2",gam) +printf("\n Specific weight = %.3f lbf/ft^2",rho) -- cgit