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 --- 3647/CH1/EX1.1/Ex1_1.sce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 3647/CH1/EX1.1/Ex1_1.sce (limited to '3647/CH1/EX1.1/Ex1_1.sce') diff --git a/3647/CH1/EX1.1/Ex1_1.sce b/3647/CH1/EX1.1/Ex1_1.sce new file mode 100644 index 000000000..e1e33ef9b --- /dev/null +++ b/3647/CH1/EX1.1/Ex1_1.sce @@ -0,0 +1,15 @@ +//Velocity calculation +clc +//initialisation of variables +t=20//ft +t1=30//ft +v=1320//ft/s +p=25//sec +q=15//ft/s +v1=v/t//ft/s +v2=v/t1//ft/s +T=(v2-v1)/p//ft/s^2 +V=v2-q*-T//ft/s +V1=-V^2/(2*T)//ft/s +//RESULTS +printf('the velocity time is=% f ft/s',V1) -- cgit