From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 1627/CH3/EX3.5/Ex3_5.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 1627/CH3/EX3.5/Ex3_5.sce (limited to '1627/CH3/EX3.5/Ex3_5.sce') diff --git a/1627/CH3/EX3.5/Ex3_5.sce b/1627/CH3/EX3.5/Ex3_5.sce new file mode 100644 index 000000000..a6151d8d4 --- /dev/null +++ b/1627/CH3/EX3.5/Ex3_5.sce @@ -0,0 +1,10 @@ +clc +//initialisation of variables +t=30//deg +y=9802//N/m^3 +sg=0.78 +r=6*10^-2//m +//CALCULATIONS +P=(1/2)*y*sg*r//Pa +//RESULTS +printf('The pressure is=% f Pa',P) -- cgit