Owner's manual

Table Of Contents
Flags:
Exact mode must be set (flag -105 clear).
Niiiueric mode must not be set (flag -03 clear).
AXL
Type:
Description:
Access:
Input:
Output:
Flags:
Example:
Command:
Result:
See also:
Command
Converts a list to an array, or an array to a list.
Convert, (^(CONVSf)
A list or an array.
If the input is a list, returns the con'esponding array. If
the input is an array, returns the corresponding list.
Exact mode must be set (flag -105 clear).
Numeric mode must not be set (flag -03 clear).
Convert the following matrix to a list:
0 1
1
q
AXL{ [ [0,1] [1,0] ] )
{{1,0},{0,1}}
AXM
AXM
Type: Command
Description: Converts a numeric array to a symbolic matrix.
Access: Matrices, R(SiliS) OPERATIONS
Input: An array.
Output: The corresponding matrix.
Flags: Exact mode must be set (flag -105 clear).
Numeric mode must not be set (flag -03 clear).
See also: AXL
AXQ
Computer Algebra Commands
Page 14-9