summaryrefslogtreecommitdiff
path: root/franken.m
diff options
context:
space:
mode:
authorMichael Abed <michaelabed@gmail.com>2012-04-09 22:28:34 -0400
committerMichael Abed <michaelabed@gmail.com>2012-04-09 22:28:34 -0400
commit2b61d521c51300575c981a48d256c87cbcf6e478 (patch)
treee7eb8c6fe6e6b206bcb1285b26c63f87415a7ef8 /franken.m
parentf950899cf0133d864abe4fece0fac469e28e8023 (diff)
downloadek301-prelim-2b61d521c51300575c981a48d256c87cbcf6e478.tar.gz
ek301-prelim-2b61d521c51300575c981a48d256c87cbcf6e478.tar.bz2
ek301-prelim-2b61d521c51300575c981a48d256c87cbcf6e478.zip
update thinsg
Diffstat (limited to 'franken.m')
-rwxr-xr-xfranken.m9
1 files changed, 7 insertions, 2 deletions
diff --git a/franken.m b/franken.m
index 4367480..b771d71 100755
--- a/franken.m
+++ b/franken.m
@@ -1,4 +1,9 @@
-% franken
+% EK301, Section A1, Group 7, 4/09/12
+% Michael Abed, ID U55178419
+% Joseph Stone, ID U44434740
+% Ben Havey, ID
+
+% franken truss
C = [
1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
@@ -15,7 +20,7 @@ C = [
Sx = zeros(9,3); Sx(1,1)=1;
Sy = zeros(9,3); Sy(1,2)=1; Sy(9,3)=1;
-X = [0 9 14 19 24 29 34 39 48 ];
+X = [0 9 14.5 19.5 24 28.5 35 40 49 ];
Y = [0 8.66 0 8.66 0 8.66 0 8.66 0];
L = zeros(18,1); L(9+5) = -3.92; \ No newline at end of file