3-100 Full Command and Function Reference
Access: !Ø FACTORIZATION LU ( Ø is the left-shift of the 5key).
!´
MATRIX FACTOR LU ( ´ is the left-shift of the Pkey).
Input/Output:
Level 1/Argument 1 Level 3/Item 1 Level 2/Item 2 Level 1/Item 3
[[ matrix ]]
A
→
[[ matrix ]]
L
[[ matrix ]]
U
[[ matrix ]]
P
See also: DET, INV, LSQ, /
LVAR
CAS: Return a list of variable and function names in an algebraic object.
MAD
CAS: Return details of a square matrix, including the information needed to obtain the adjoint matrix.
MAIN
CAS: Display the names of the main menus of CAS operations, as a menu or a list.
MANT
Type: Function
Description: Mantissa Function: Returns the mantissa of the argument.
Access: !´
REAL LMANT ( ´ is the left-shift of the Pkey).
Flags: Numerical Results (-3)
Input/Output:
Level 1/Argument 1 Level 1/Item 1
x
→
y
mant
'symb'
→
'MANT(symb)'
See also: SIGN, XPON
MAP
Type: Command
Description: Applies a specified program to a list of objects or values.
• Level 1/Argument 2 contains the list of objects or values
• Level 2/Argument 1 contains the program to apply to the objects or values.
Access: …µ
MAP
Input/Output:
Level 2/Argument 1 Level 1/Argument 2 Level 1/Item 1
{list}
1
«program»
→
{list}
2
↓MATCH
Type: Command
Description: Match Pattern Down Command: Rewrites an expression that matches a specified pattern.
↓MATCH rewrites expressions or subexpressions that match a specified pattern
'symb
pat
'. An
optional condition,
'symb
cond
', can further restrict whether a rewrite occurs. A test result is also
returned to indicate if command execution produced a rewrite; 1 if it did, 0 if it did not.
The pattern
'symb
pat
' and replacement 'symb
repl
' can be normal expressions; for example, you can
replace .5 with
'SIN(π/6)'. You can also use a “wildcard” in the pattern (to match any
subexpression) and in the replacement (to represent that expression). A wildcard is a name that
begins with &, such as the name
'&A', used in replacing 'SIN(&A+&B)' with