Technology
 

▶Rect

From TI-BASIC Wiki - The free TI-BASIC encyclopedia

:value►Rect

Tells the calculator to display a complex number or vector in Rectangluar form regardless of the current mode.

[edit] Location

TI-84

  • MATH
  • CPX
  • 6:►Rect

TI-89

  • 2ND + 5 (MATH)
  • 4:Matrix
  • L:Vector Ops
  • 5:▶Rect

[edit] Example

:ClrHome
:Input "CPX NUMBER? ",X
:Disp X►Rect

This program will ask for a number, then display it in rectangular form.

[edit] See Also

  • a+bi - persistently display numbers in rectangular form
  • ▶Polar - display a number in polar form