Good day everyone.
I am trying to show in the graph the corresponding shaded areas (no shade, double shaded, single shade) in a system of linear inequalities. Is there a way that this can be done?
Thanks again for all the help.
Hans
Good day everyone.
I am trying to show in the graph the corresponding shaded areas (no shade, double shaded, single shade) in a system of linear inequalities. Is there a way that this can be done?
Thanks again for all the help.
Hans
Here’s what I did for the graph. I reduced the opacity of the original shading so the highlighted ones are more apparent. You may want consider adding another choice for the “Original Graph”.
Then, in the CL, add:
number(`n`): when choice1.isSelected(1) 1
when choice1.isSelected(2) 2
when choice1.isSelected(3) 3
when choice1.isSelected(4) 4
otherwise 0