diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /51/CH2/EX2.11/2_11.sce | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '51/CH2/EX2.11/2_11.sce')
-rwxr-xr-x | 51/CH2/EX2.11/2_11.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/51/CH2/EX2.11/2_11.sce b/51/CH2/EX2.11/2_11.sce new file mode 100755 index 000000000..165362784 --- /dev/null +++ b/51/CH2/EX2.11/2_11.sce @@ -0,0 +1,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=")
\ No newline at end of file |