summaryrefslogtreecommitdiff
path: root/564/CH5/EX5.5
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /564/CH5/EX5.5
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '564/CH5/EX5.5')
-rwxr-xr-x564/CH5/EX5.5/5_5.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/564/CH5/EX5.5/5_5.sce b/564/CH5/EX5.5/5_5.sce
new file mode 100755
index 000000000..74e4e4efa
--- /dev/null
+++ b/564/CH5/EX5.5/5_5.sce
@@ -0,0 +1,12 @@
+pathname=get_absolute_file_path('5_5.sce')
+filename=pathname+filesep()+'5_5data.sci'
+exec(filename)
+clear
+L1=0.5*L*ones(7,1);
+A1=[Ab;Ab;A;A;A;A;A];
+R=(11*3^0.5 *P*A*Ab*L^2)/(48*(L*L*A*Ab + 4*I*(A+ 10*Ab)));
+delF=[-cos(theta);-cos(theta);1;1;-1;-1;1];
+F=R*delF;
+disp(R,"R:");
+disp("Force (AB,BC,CD,DE,BD,EB,AE):");
+printf("\n %f N",F)