InterviewSolution
Saved Bookmarks
| 1. |
Write the relations in tabular form and determine their type. R= {(x, y): y lt= x lt= 4} on A = {1,2,3,4,5) |
|
Answer» Solution :R `{(x.u): y LE x le 4} "on" A ` ` ={1,2,3,4,5}` `{(1,1),(2,1),(2,2),(3,1),(3,2),(3,3),(4,1),(4,2),(4,3),(4,4)` R is NEITHER REFLEXIVE nor symmeyric but TRANSITIVE. |
|