Skip to content
Property Value
Hex Value $89
Categories
Localizations
  • FR: Zoom +

Zoom In

Overview

Magnifies the part of the graph that surrounds the cursor location.

Availability: Token only available from within the Basic editor.

Syntax

Zoom In

Location

zoom, ZOOM, 2:Zoom In


Description

Outside a program, the Zoom In tool allows you to pick a point on the graph screen and change the graphing window to a smaller one centered at that point. The Zoom In command, used in a program, also changes the graphing window to a smaller one, but doesn't let you pick a point — it uses the center of the screen.

The variables XFact and YFact are used to determine how much the graphing window changes: the total width of the screen, Xmax-Xmin, is divided by XFact, and the total height, Ymax-Ymin, is divided by YFact. Because you can't store a value less than 1 to either of these variables, the screen is guaranteed to get no larger.

Aside from Xmin, Xmax, Ymin, and Ymax, no window variables are modified by this command (although ΔX and ΔY change as they are defined).

Error Conditions

  • ERR:INVALID occurs if this command is used outside a program.
  • ERR:WINDOW RANGE is thrown if the window is zoomed in beyond the level of the calculator's precision.

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

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