How to label the top of a vertical table with x, f(x) and g(x) using TableText command?

jospercomp shared this question 2 years ago
Answered

l6=Sequence(FractionText(i / π) + "pi", i, 0, 2π, π / 4)

l3=Sequence(sin(i)*cos(i), i, 0, 2π, π / 4)

l4=Sequence(sin(2*i), i, 0, 2π, π / 4)

TableText(l6, l3, l4, "vc|_")8aa380ead0d1e51b3fc595f8d5dadc1e

TableText(Append({"x"},l6), Append({"f(x)"},l3), Append({"g(x)"},l4), "vc|_")

4c39ae1e8c8d5f5c2b09c60c686ca8b9

Best Answer
photo

TableText(Append("x", l6), Append("f(x)", l3), Append("g(x)", l4), "vc|_")

Comments (3)

photo
1

see attachment

Append without curly brackets

Join with curly brackets

photo
1

TableText(Append("x", l6), Append("f(x)", l3), Append("g(x)", l4), "vc|_")

photo
1

Thank you so much!!!

photo
© 2023 International GeoGebra Institute