TI-BASIC Wiki
Advertisement


u(nMin) is a one or two element list that dictates the value of u(nMin) or u(nMin + 1). This is what allows sequential functions to call themselves, since this value will be returned for u(nMin) instead of the value of u.

v(nMin) and w(nMin) are similar variables, however they affect the value of v(nMin) and w(nMin) respectively.

Location[]

  • VARS
  • VARS
  • Window...
  • U/V/W
  • 1:u(nMin)

For v(nMin)

  • VARS
  • VARS
  • Window...
  • U/V/W
  • 2:v(nMin)

For w(nMin)

  • VARS
  • VARS
  • Window...
  • U/V/W
  • 3:w(nMin)
Advertisement