2018-09-12

Sep 12 In-Class Exercise Thread.

Hey Everyone,
Post your solutions to the Sep 12 In-Class Exercise to this thread.
Best,
Chris
Hey Everyone, Post your solutions to the Sep 12 In-Class Exercise to this thread. Best, Chris

-- Sep 12 In-Class Exercise Thread
`R cup S` = { ('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99'), ('Angelina Jolie', '456 Oak Rd., Brenwood', F, '8/8/88'), ('Catherine Deneuve', 'Somewhere in France', F, '8/8/60') }
`R cap S` = { ('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99') }
R - S = { ('Angelina Jolie', '456 Oak Rd., Brenwood', F, '8/8/88') }
(Edited: 2018-09-12)
@BT@R cup S@BT@ = { ('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99'), ('Angelina Jolie', '456 Oak Rd., Brenwood', F, '8/8/88'), ('Catherine Deneuve', 'Somewhere in France', F, '8/8/60') } @BT@R cap S@BT@ = { ('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99') } R - S = { ('Angelina Jolie', '456 Oak Rd., Brenwood', F, '8/8/88') }

-- Sep 12 In-Class Exercise Thread
R∪S = {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99'), ('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88'), ('Catherine DeNeuve', 'Somewhere in France' F, '8/8/60')}
R∩S = {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99')}
R−S = {('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88')}
R∪S = {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99'), ('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88'), ('Catherine DeNeuve', 'Somewhere in France' F, '8/8/60')} R∩S = {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99')} R−S = {('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88')}

-- Sep 12 In-Class Exercise Thread
 R = {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99'), 
 ('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88')}
 S = {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99'), 
 ('Catherine DeNeuve', 'Somewhere in France' F, '8/8/60')}
 R∩S = {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99')}
 R∪S = {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99'), 
 ('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88'),
 ('Catherine DeNeuve', 'Somewhere in France' F, '8/8/60')}
 R−S = {('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88')}
(Edited: 2018-09-12)
R = {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99'), ('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88')} S = {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99'), ('Catherine DeNeuve', 'Somewhere in France' F, '8/8/60')} R∩S = {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99')} R∪S = {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99'), ('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88'), ('Catherine DeNeuve', 'Somewhere in France' F, '8/8/60')} R−S = {('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88')}

-- Sep 12 In-Class Exercise Thread
Student Name: Alexander Duong
R∪S { ('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99'), ('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88'), ('Catherine DeNeuve', 'Somewhere in France' F, '8/8/60') } R∩S { ('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99') } R-S { ('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88') }
Student Name: Alexander Duong <nowiki> R∪S { ('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99'), ('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88'), ('Catherine DeNeuve', 'Somewhere in France' F, '8/8/60') } R∩S { ('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99') } R-S { ('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88') } </nowiki>

-- Sep 12 In-Class Exercise Thread
R union S = {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99'), ('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88'), ('Catherine DeNeuve', 'Somewhere in France' F, '8/8/60')}
R intersect S = ('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99')
R-S = {('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88')}
(Edited: 2018-09-12)
R union S = {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99'), ('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88'), ('Catherine DeNeuve', 'Somewhere in France' F, '8/8/60')} R intersect S = ('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99') R-S = {('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88')}

-- Sep 12 In-Class Exercise Thread
 
`R cup S`: {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99'), ('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88'), ('Catherine DeNeuve', 'Somewhere in France' F, '8/8/60')}
`R cap S`: {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99')}
`R - S`: {('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88')}
(Edited: 2018-09-12)
@BT@R cup S@BT@: {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99'), ('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88'), ('Catherine DeNeuve', 'Somewhere in France' F, '8/8/60')} @BT@R cap S@BT@: {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99')} @BT@R - S@BT@: {('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88')}

-- Sep 12 In-Class Exercise Thread
R union S = {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99'), ('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88), 'Catherine DeNeuve', 'Somewhere in France' F, '8/8/60')}
R intersects S = {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99')}
R - S = {('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88)}
R union S = {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99'), ('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88), 'Catherine DeNeuve', 'Somewhere in France' F, '8/8/60')} R intersects S = {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99')} R - S = {('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88)}

-- Sep 12 In-Class Exercise Thread
R ∪ S = {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99'), ('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88'), ('Catherine DeNeuve', 'Somewhere in France' F, '8/8/60')}
R ∩ S = {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99')}
R - S = {('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88')}
R ∪ S = {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99'), ('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88'), ('Catherine DeNeuve', 'Somewhere in France' F, '8/8/60')} R ∩ S = {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99')} R - S = {('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88')}

-- Sep 12 In-Class Exercise Thread
-R∪S: {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99'), ('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88')}, ('Catherine DeNeuve', 'Somewhere in France' F, '8/8/60')}
-R∩S: {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99')}
-R−S: {('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88')}
-R∪S: {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99'), ('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88')}, ('Catherine DeNeuve', 'Somewhere in France' F, '8/8/60')} -R∩S: {('Bobby Fisher', '123 Maple St, Hollywood', M, '9/9/99')} -R−S: {('Angelina Jolie', '456 Oak Rd., Brentwood' F, '8/8/88')}
[ Next ]
X