Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Composite relations can be thought of as composite functions. If S is a relation from set A to B, and R from B to C,
Composite relations can be thought of as composite functions. If S is a relation from set A to B, and R from B to C, then composite relation R S passes an input aA first to S, then passes the return bB to R, and finally returns the output cC, resulting in the set of pairs (aA, cC). Relations R and S are shown below:
R = {(1, 2),(2, 3),(2, 4),(3, 3),(4, 1)}
S = {(1, 1),(1, 4),(2, 3),(2, 4),(3, 1),(4, 4)}
Write the sets of pairs of composite relations (i) R R and (ii) R S .
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started