summaryrefslogtreecommitdiff
path: root/51/CH2/EX2.11/2_11.sce
blob: 165362784dcd9a06facf1952597ca36f81df6953 (plain)
1
2
3
4
5
6
7
8
9
clc;
clear;
sg=0.65;
l1=0.75;//ft
l2=0.5;//ft
//0.5 ft =z1(max)
//0.5=0.75*(ay(max)/g)
aymax=(0.5*32.2)/0.75;//ft/s^2
disp("ft/s^2",aymax,"The max acceleration that can occur before the fuel level drops below the transducer=")