Properties
Similar Topics
Statistics
Comments
3
Participants
2
Subscribers
2
Votes
2
Views
677
Share

How to label the top of a vertical table with x, f(x) and g(x) using TableText command?
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|_")
TableText(Append({"x"},l6), Append({"f(x)"},l3), Append({"g(x)"},l4), "vc|_")
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
TableText(Append("x", l6), Append("f(x)", l3), Append("g(x)", l4), "vc|_")
see attachment
Append without curly brackets
Join with curly brackets
Comments have been locked on this page!