3-94 Full Command and Function Reference
Input/Output:
Level 1/Argument 1 Level 1/Item 1
→
'symb
formula
'
See also: BESTFIT, COLΣ, CORR, COV, EXPFIT, LINFIT, LOGFIT, LR, PREDX, PREDY, PWRFIT,
XCOL, YCOL
LINFIT
Type: Command
Description: Linear Curve Fit Command: Stores LINFIT as the fifth parameter in the reserved variable
ΣPAR, indicating that subsequent executions of LR are to use the linear curve fitting model.
LINFIT is the default specification in ΣPAR.
Access: …µ
LINFIT
Input/Output: None
See also: BESTFIT, EXPFIT, LOGFIT, LR, PWRFIT
LININ
Type: Function
Description: Linear Test Function: Tests whether an algebraic is structurally linear for a given variable.
If any two subexpressions containing a variable (name) are combined only with addition and
subtraction, and any subexpression containing the variable is at most multiplied or divided by
another factor not containing the variable, the algebraic (symb) is determined to be linear for that
variable. LININ returns a 1 if the algebraic is linear for the variable, and a 0 if not.
Access: !°
TEST !«LININ ( °is the left-shift of the Nkey).
Input/Output:
Level 2/Argument 1 Level 1/Argument 2 Level 1/Item 1
'symb' 'name'
→
0/1
LINSOLVE
CAS: Solve a system of linear equations.
LIST→
Type: Command
Description: List to Stack Command: Takes a list of n objects and returns each object to a separate level, and
returns the total number of objects to item n+1 (stack level 1).
The command OBJ
→ also provides this function.
Access: …µ
LIST→
Input/Output:
Level 1/Argument 1
Level
n+1
/Item
1
... Level
2
/Item
n
Level
1
/Item
n+1
{ obj
1
, ...,obj
n
}
→
obj
1
... obj
n
n
See also: ARRY→, DTAG, EQ→, →LIST, OBJ→, STR→
→LIST
Type: Command
Description: Stack to List Command: Takes n specified objects and returns a list of those objects.
Access: !°
TYPE →LIST ( °is the left-shift of the Nkey).
!°
LIST →LIST ( °is the left-shift of the Nkey).