Reference Guide

3-198 Full Command and Function Reference
Flags: I/O Device flag (–33), I/O Data Format (–35), RECV Overwrite (–36), I/O Messages (–39), I/O
Device for Wire (–78)
Input/Output: None
See also: BAUD, CKSM, FINISH, KGET, PARITY, RECN, SEND, SERVER, TRANSIO
REF
Type: Command
Description: Reduces a matrix to echelon form. This is a subdiagonal reduction (Gauss, not Gauss-Jordan).
Access: Matrices,
LINEAR SYSTEMS
Input: A real or complex matrix.
Output: The equivalent matrix in echelon form.
Flags: Exact mode must be set (flag –105 clear).
Numeric mode must not be set (flag –3 clear).
Complex mode must be set (flag –103 set) if the input is complex.
See also: rref, RREFMOD
REMAINDER
Type: Function
Description: Returns the remainder of the Euclidean division of two polynomials.
Access: Arithmetic,
POLYNOMIAL
Input: Level 2/Argument 1: The numerator polynomial.
Level 1/Argument 2: The denominator polynomial.
Output: The remainder resulting from the Euclidean division.
Flags: Exact mode must be set (flag –105 clear).
Numeric mode must not be set (flag –3 clear).
Radians mode must be set (flag –17 set).
Complex mode must be set (flag –103 set) if either input is complex.
Example: Find the remainder of the division of
x
3
6x
2
11x 6+ + +
by
x
2
5x 6+ +
.
Command:
REMAINDER(X^3+6*X^2+11*X+6, X^2+5*X+6)
Result:
0
See also: QUOT
RENAME
Type: Command
Description: Rename Object Command: Renames an object to the name that you specify.
Access: …µ
RENAME
Input/Output:
Level 2/Argument 1 Level 1/Argument 2 Level 1/Item 1
new 'name'
old 'name'
See also: COPY