I am trying to define two linear functions in the graph on screen 3, “f_1” and “f_2”, that have slopes equal to 35 divided by the mean of values from tables (from screens 1 & 2) and y-ints equal to the x-values of movable points on the graph. Can anyone help?
Rather than populating f_1 using simpleFunction and a complicated string, I would just populate the values c_1, c_2, etc… into the graph and define the function there, like this:
Also, I took a look through your first few screens and inserting three (rounded) random numbers into the graph doesn’t require quite as much complexity as this. Take a look at the first screen here:
Each invocation of the random number generator will create a new random value. Consider this code: