InterviewSolution
Saved Bookmarks
| 1. |
Define the term of Relation with example. |
|
Answer» Relation: If A and B are any two non-empty sets, then any subset of A × B is defined as a relation from A to B. For example, Suppose A = {1, 2, 3} and B = {1, 2, 3, 4}. Then {(2, 3), (2, 4), (1, 3)} is a relation in A × B. Many more relations (subsets) can be selected at random from our product set A × B. |
|