| Property | Value |
|---|---|
| Hex Value | $BB2F |
| Categories | |
| Localizations |
|
►Rect
Overview
Displays complex value or list in rectangular format.
Availability: Token available everywhere.
Syntax
complex value ►Rect
Arguments
| Name | Type | Optional |
|---|---|---|
| complex value | complex |
Location
math, CMPLX, 6:Rect
Description
The ►Rect command can be used when displaying a complex number on the home screen, or with the Disp and Pause commands. It will then format the number as though a+b𝑖 mode were enabled, even when it's not. It also works with lists.
i►Polar
1𝑒^(1.570796327i)
Ans►Rect
i
It will also work when displaying a number by putting it on the last line of a program by itself. It does not work with Output(, Text(, or any other more complicated display commands.
To actually separate a number into the components of rectangular form, use real( and imag(.
Error Conditions
- ERR:SYNTAX is thrown if the command is used somewhere other than the allowed display commands.
- ERR:DATA TYPE is thrown if the value is real.
Related Commands
Source: parts of this page were written by the following TI|BD contributors: burr, DarkerLine, GoVegan.
History
| Calculator | OS Version | Description |
|---|---|---|
| TI-83 | 0.01013 | Added |
Authors: