summaryrefslogtreecommitdiff
path: root/pratt.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 /pratt.m
parentf950899cf0133d864abe4fece0fac469e28e8023 (diff)
downloadek301-prelim-2b61d521c51300575c981a48d256c87cbcf6e478.tar.gz
ek301-prelim-2b61d521c51300575c981a48d256c87cbcf6e478.tar.bz2
ek301-prelim-2b61d521c51300575c981a48d256c87cbcf6e478.zip
update thinsg
Diffstat (limited to 'pratt.m')
-rw-r--r--pratt.m13
1 files changed, 10 insertions, 3 deletions
diff --git a/pratt.m b/pratt.m
index b71ae70..3ec6de7 100644
--- a/pratt.m
+++ b/pratt.m
@@ -1,3 +1,10 @@
+% EK301, Section A1, Group 7, 4/09/12
+% Michael Abed, ID U55178419
+% Joseph Stone, ID U44434740
+% Ben Havey, ID
+
+% pratt truss
+
C = [
1 1 0 0 0 0 0 0 0 0 0 0
1 0 1 0 0 0 0 0 0 0 0 0
@@ -20,10 +27,10 @@ C = [
0 0 0 0 0 0 0 0 0 1 1 0
0 0 0 0 0 0 0 0 0 0 1 1
0 0 0 0 0 0 0 0 0 1 0 1
-]
+]';
-Sy = zeros(12,21); Sy(1,2) = 1; Sy(12,3)=1;
-Sx = zeros(12,21); Sx(1,1) = 1;
+Sy = zeros(12,3); Sy(1,2) = 1; Sy(12,3)=1;
+Sx = zeros(12,3); Sx(1,1) = 1;
X = [0 8 8 16 16 24 24 32 32 40 40 48];
Y = [0 8 0 0 8 8 0 0 8 8 0 0];