TI-BASIC Wiki
Advertisement
:Func

Sets the calculator to Function graphing mode, in which there is one independent variable (X) and one dependent variable (Y).

Location[]

  • MODE
  • FUNC

Example[]

:Func
:"X2"Y1
:DispGraph

This will set the mode to function mode, set a function in a function mode variable, then display the graph.

Advertisement