Skip to content
Property Value
Hex Value $8E
Categories
Localizations
  • FR: Zdécimal

ZDecimal

Overview

Adjusts the viewing window so that TraceStep=0.1, ΔX=0.5 and ΔY=0.5, and displays the graph screen with the origin centered on the screen.

Availability: Token only available from within the Basic editor.

Syntax

ZDecimal

Location

zoom, ZOOM, 4:ZDecimal


Description

The ZDecimal command makes the following changes to the window variables:

  • Xmin=-4.7
  • Xmax=4.7
  • Xscl=1
  • Ymin=-3.1
  • Ymax=3.1
  • Yscl=1

If using a TI-84+CSE or CE, the window variables become:

  • Xmin=-6.6
  • Xmax=6.6
  • Xscl=1
  • Ymin=-4.1
  • Ymax=4.1
  • Yscl=1

Because of the dimensions of the graph screen, this has the useful effect that every pixel has round X- and Y-coordinates with at most one decimal digit. Also, the screen has correct proportions: a specific distance in the X direction is the same number of pixels in length as the same distance in the Y direction. This makes the window dimensions created by ZDecimal a friendly window (the ZInteger and ZSquare commands also have this effect, but in slightly different ways)

Advanced Uses

Using the ZDecimal command prevents gaps in certain graphs, and makes sure vertical asymptotes with integer coordinates are graphed correctly. Also, circles will be drawn as actual circles with this graphing window(unlike other windows, with which they might appear stretched).

The values given for Xmin, Xmax, etc. above are only correct for the Full mode setting (which is the default, and the most common setting). In Horiz and G-T modes, the values will be different, preserving the property that two pixels next to each other differ in coordinates by 0.1:

  • Ymin= -1.5 and Ymax= 1.5 in Horiz mode (Xmin and Xmax are the same)
  • Ymin= -2.5 and Ymax= 2.5 in G-T mode, while Xmin= -2.3 and Xmax= 2.3

Error Conditions

  • ERR:INVALID occurs if this command is used outside a program.

See Also


Source: parts of this page were written by the following TI|BD contributors: DarkerLine, GoVegan, kg583.

History

Calculator OS Version Description
TI-82 1.0 Added

Last update: September 30, 2023 15:38:51
Created: February 23, 2023 23:15:01
Authors: Adrien Bertrand