3-146 Full Command and Function Reference
Plot Type Default Interval
PCONTOUR RES does not apply
POLAR
2°, 2 grads, or π/90 radians
SCATTER RES does not apply
SLOPEFIELD RES does not apply
WIREFRAME RES does not apply
YSLICE 2 pixels (plots a point in every other column of pixels)
Access: …µ RES
Input/Output:
Level 1/Argument 1 Level 1/Item 1
n
interval
→
#n
interval
→
See also: BAR, CONIC, DIFFEQ, FUNCTION, GRIDMAP, HISTOGRAM, PARAMETRIC,
PARSURFACE, PCONTOUR, POLAR, SCATTER, SLOPEFIELD, TRUTH, WIREFRAME,
YSLICE
RESTORE
Type: Command
Description: Restore HOME Command: Replaces the current HOME directory with the specified backup
copy (:n
port
:name
backup
) previously created by ARCHIVE.
The specified port number must be in the range 0 to 3.
To restore a HOME directory that was saved on a remote system using :IO:name ARCHIVE, put
the backup object itself on the stack, execute RESTORE and then execute a warm start.
Access: „°
MEM LRESTORE ( °is the left-shift of the Nkey).
Input/Output:
Level 1/Argument 1 Level 1/Item 1
:n
port
:name
backup
→
backup
→
See also: ARCHIVE
RESULTANT
CAS: Return the resultant of two polynomials, that is, the determinant of their Sylvester matrix.
REVLIST
Type: Command
Description: Reverse List Command: Reverses the order of the elements in a list.
Access: !°
LIST PROCEDURES REVLIST ( °is the left-shift of the Nkey).
Input/Output:
Level 1/Argument 1 Level 1/Item 1
{ obj
n
... obj
1
}
→
{ obj
1
... obj
n
}
See also: SORT