Hi! I’m pretty new to these discussions but was having some trouble finding what I was looking for in other posts…
I was wondering if there is a way to “set” an expression or function for a graph component from another input, such as a student’s table input? Rather than plot the output for the domain of all real numbers using the typical code of
function(“f”): simpleFunction(equationInput.latex, “x”)
I am instead trying to “set” the expression of a function within my graph component (similar to how the “number” sink sets the value of a variable rather than plotting the number as an output for a domain of all real values) so that the other expressions/arrays in my graph component can individually plot the output for the domain of several discrete values. Is there a way to do this?
Here’s my activity builder. Thanks!