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 --- 3137/CH16/EX16.58/Ex16_58.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 3137/CH16/EX16.58/Ex16_58.sce (limited to '3137/CH16/EX16.58') diff --git a/3137/CH16/EX16.58/Ex16_58.sce b/3137/CH16/EX16.58/Ex16_58.sce new file mode 100755 index 000000000..271501452 --- /dev/null +++ b/3137/CH16/EX16.58/Ex16_58.sce @@ -0,0 +1,11 @@ +//Initilization of variables +W=50 //lb +g=32.2 +//Calculations +//Using equations of motion +a=(10/(W/g)) //ft/s^2 +B=((2.5*(W/g)*a)+4*W-1.5*10)/8 //lb +A=50-B //lb +//Result +clc +printf('The solution is A=%f lb B=%f lb and a=%f ft/s^2',A,B,a) -- cgit