Using CL in a table for Desmos Classroom, I was wondering if there was a way to populate outputs based on student inputs?
For example is there a way to create a two column table where the students enter their own function in the first row and their own numbers in the first column, and then have the cells in column two self populate the values based on the numbers and the function entered?
You can just use simpleFunction() for y= or f(x)= form. It will accept just an expression, so use parseEquation().rhs if you want to require y= or f(x)= form.
Also simpleFunction defaults in terms of x, so the second parameter is only required if you want to use a different variable, or a multivariable function.