How Do We Calculate (f O g) for Given Functions and Set A?

  • Thread starter Thread starter aaa59
  • Start date Start date
aaa59
Messages
8
Reaction score
0
if A={1,2,3}

f:A-> A = {(1,2),(2,3),(3,1)}
g:A->A = {(1,2),(2,1),(3,3)}

how would we calculate (f O g)?
 
Physics news on Phys.org
say h = f o g. To find h(x), simply plug x into g, and then plug the result into f.

For example, g(2) = 1 and f(1) = 2. So h(2) = 2. Hope this helps.
 
i think i got it.

so: g(1) = 2 and f(2) = 3. therefore h(1)=3. am i right?
 
Yes.
 
At this stage, you can just consider
h = f \circ g
as just "shorthand" for the function defined by
h(x) = f(g(x))
 
The world of 2\times 2 complex matrices is very colorful. They form a Banach-algebra, they act on spinors, they contain the quaternions, SU(2), su(2), SL(2,\mathbb C), sl(2,\mathbb C). Furthermore, with the determinant as Euclidean or pseudo-Euclidean norm, isu(2) is a 3-dimensional Euclidean space, \mathbb RI\oplus isu(2) is a Minkowski space with signature (1,3), i\mathbb RI\oplus su(2) is a Minkowski space with signature (3,1), SU(2) is the double cover of SO(3), sl(2,\mathbb C) is the...
Back
Top