TI-BASIC:Classic Mode: Difference between revisions

From Learn @ Cemetech
Jump to navigationJump to search
Initial automated import
 
Automated superscript correction
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Template:TI-BASIC:Command
{{Template:TI-BASIC:Command
|picture=@@
|picture=
|summary=Mode command that puts the calculator into Classic mode.
|summary=Mode command that puts the calculator into Classic mode.
|syntax=CLASSIC
|syntax=CLASSIC
Line 17: Line 17:
<div class="code">
<div class="code">
''Mathprint mode'':
''Mathprint mode'':
2^^4^^
2<sup>4</sup>
@<&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>@16
@<&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>@16



Latest revision as of 22:25, 24 February 2016

[[File:|border]]

Command Summary

Mode command that puts the calculator into Classic mode.

Command Syntax

CLASSIC

Menu Location

Press:

  1. MODE
  2. DOWN until you reach Mathprint or Classic
  3. ENTER on Classic

Alternatively, use the catalog.

Calculator Compatibility

TI-84 2.53MP only

Token Size

2 bytes

CLASSIC will put the calculator into Classic mode as opposed to Mathprint mode. The Classic mode will make the calculator display everything as a calculator of lower OS would, including input. For instance, rather than superscripting exponents as Mathprint mode would, Classic mode uses the simple caret syntax (^).

Mathprint mode: 24 @<     >@16

Classic mode: 2^4 @<     >@16

Related Commands