SUNY Geneseo Department of Mathematics
Monday, May 4
Math 230 02
Spring 2015
Prof. Doug Baldwin
'Alan Turing', 'Computability', [1936]
'Grace Hopper', 'COBOL', [1959]
'John von Neumann','Stored-Program C...',[1945]
'Isaac Newton', 'Laws of Motion', [1687]
'Albert Einstein', 'Special Relativity', [1905]
1936
1959
1945
1666
1675
1931
1930
Display relation1
Append any tuples from relation2 not in relation1
result = empty cell array
next = 1
for i = 1 : size(relation1,1)
for j = 1 : size(relation2,1)
if {i,:,:} ~= {j,:,:}
result(next,:) = relation2(j,:)
next = next + 1
(No Next Lecture)