A Special CL Problem

Hello! Please see attached. Any help would be so greatly appreciated!

You may use this code to convert rads to degrees in your graph coding:
number(“a_1”): numericValue("${t7a.cellNumericValue(1,2)}*{180}/{\pi}")
This is for row 1.

1 Like

Changing to radians at the bottom of the settings menu in the graphing calculator is also an option:

1 Like

Incredibly helpful, thank you! Any chance you also know how to make the labels match whatever the student types in each of the cells in the table?

This worked brilliantly. Thank you!

If your points are named, you can use the pointLabel sink:

pointLabel(`A`): `${t7a.cellContent(1,2)}`

This is a great idea! I would love to see the updated graph if you’re willing to share!