Composition of Relations
From Classes
(Difference between revisions)
HelmutKnaust (Talk | contribs) |
HelmutKnaust (Talk | contribs) |
||
Line 5: | Line 5: | ||
<br><math>T=\{(x,y)\ |\ y=x^2\}</math> | <br><math>T=\{(x,y)\ |\ y=x^2\}</math> | ||
+ | S first, then T: | ||
<html> | <html> | ||
Line 13: | Line 14: | ||
</script> | </script> | ||
</html> | </html> | ||
+ | |||
+ | T first, then S: | ||
<html> | <html> |
Revision as of 23:04, 7 April 2013
Below are visualizations of the composition of two relations.
Here
\(S=\{(x,y)\ |\ x^2+y^2\leq 1\}\)
and
\(T=\{(x,y)\ |\ y=x^2\}\)
S first, then T:
T first, then S: