Composition of Multiple Functions 1 to 1 in two lists in Algebra View

jospercomp shared this question 2 years ago
Answered

l1={x-1, x+2, x-3}

l2={x^2-x-1, x^3+x+4, x^4-3x^2}

l2(l1(x))=

l3={x^2-3x+1,x^3+6x^2+13x+14,x^4-12x^3+51x^2-90x+54}

Best Answer
photo

Zip(Simplify(f(g(x))), f, l2, g, l1)

Comments (2)

photo
2

Zip(Simplify(f(g(x))), f, l2, g, l1)

photo
1

Zip(Expand(f(g(x))), f, l2, g, l1)

photo
© 2023 International GeoGebra Institute