Darstellung der Relationen R und S graphisch und tabellarisch

Antwort

Um die Relationen R und S sowohl graphisch als auch tabellarisch darzustellen, gehen wir wie folgt vor: ### Tabellarische Darstellung **Relation R:** | Element | Wert | |---------|------| | a | 3 | | b | 0 | | b | 1 | | c 1 | | c | 2 | **Relation S:** | Element | Wert | |---------|------| | a | 0 | | a | 1 | | b | 1 | | c | 1 | ### Graphische Darstellung **Relation R:** - a → 3 - b → 0 - b → 1 - c → 1 - c → 2 **Relation S:** - a → 0 - a → 1 - b → 1 - c → 1 ### Graphische Darstellung in Form von Pfeilen Für R: ``` a → 3 b → 0 b → 1 c → 1 c → 2 ``` Für S: ``` a →0 a → 1 b → 1 c → 1 ``` Diese Darstellungen zeigen die Zuordnungen der Elemente zu ihren Werten in den Relationen R und S.

Frage stellen und sofort Antwort erhalten