I want to graph X= equations on the TI-83+ Series.
If I use the inequalz APP, you can only have numbers, not equations (such as sin(y
I have tried doing it with TI-BASIC:
Input Str1
For(Y,Ymin,Ymax,.1
pt-on(expr(Str1),Y
End
But sometimes (as in the case of sin(Y^(Y+1)) or sin(sqrt(y))), this does not work.
So is there any way to do this? (Specifically on the TI-84+CSE but also the TI-83+ to TI-84+SE will work too.)