Let A= {1, 2, 3, 4}, and let R And S be the relations on A As follow: R = {(1,1),(1, 4),(3,2),(4,2),(4,3)} S = { (1,1),(1,2),(2,2),(3,3),(4,2),(4,4)) Then find out: 1. Mπ π 2. ππ Μ 3. M (π βͺ S)
1.
"R^c=A\\times A-R"
"M(R^c)=\\begin{pmatrix}\n 0 & 1&1&0 \\\\\n 1 & 1&1&1\\\\\n1 & 0&1&1\\\\\n1 & 0&0&1\n\\end{pmatrix}"
2.
"\\overline{S}=A\\times A-S"
"M(\\overline{S})=\\begin{pmatrix}\n 0 & 0&1&1 \\\\\n 1 & 0&1&1\\\\\n1 & 1&0&1\\\\\n1 & 0&1&0\n\\end{pmatrix}"
3.
"R\\cup S=\\{ (1,1),(1,2),(1,4),(2,2),(3,2),(3,3),(4,2),(4,3),(4,4)\\}"
"M(R\\cup S)=\\begin{pmatrix}\n 1 & 1&0&1 \\\\\n 0 & 1&0&0\\\\\n0 & 1&1&0\\\\\n0 & 1&1&1\n\\end{pmatrix}"
Comments
Leave a comment