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/CH4/EX4.10/Ex4_10.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 1627/CH4/EX4.10/Ex4_10.sce (limited to '1627/CH4/EX4.10/Ex4_10.sce') diff --git a/1627/CH4/EX4.10/Ex4_10.sce b/1627/CH4/EX4.10/Ex4_10.sce new file mode 100644 index 000000000..98e8ca1a2 --- /dev/null +++ b/1627/CH4/EX4.10/Ex4_10.sce @@ -0,0 +1,11 @@ +clc +//initialisation of variables +h=10//m +h1=20//m +g=9.8//m/s^2 +//CALCULATIONS +V=sqrt(2*g*h)//m/s +T=sqrt((2)*(h1)/g)//s +L=V*T//m +//RESULTS +printf('The water steram touch the ground is=% f m',L) -- cgit