27
CONT
* = function
→COL Transforms a matrix into a series of column vectors and
returns the vectors and a column count.
< P
MATRIX
COL
[[
matrix
]]
→ [
vector
]
col1
[
vector
]
coln
n
colcount
COL→ Transforms a series of column vectors and a column
count into a matrix containing those columns.
< P
MATRIX
COL
[
vector
]
col1
[
vector
]
coln
n
colcount
→ [[
matrix
]]
COLCT Factorizes a polynomial or integer. Identical to FACTOR.
N
‘
symb
1
’
→ ‘
symb
2
’
COLΣ Specifies the independent-variable and dependent-
variable columns of the current statistics matrix.
N
x
col
y
col
→
COMB Returns the number of possible combinations of
n
items
taken
m
at a time.*
< P
PROBABILITY
n m
→
C
n,m
CON Returns a constant array, defined as an array whose
elements all have the same value.
< P
MATRIX
MAKE
{
n
columns
}
z
constant
→ [
vector
constant
]
COND Returns the 1-norm (column norm) condition number of a
square matrix.
< P
MATRIX
NORMALIZE
[[
matrix
]]
m×n
→
x
conditionnumber
CONIC Sets the plot type to CONIC.
N
CONJ Conjugates a complex number or a complex array.*
> ó
x
→
x
CONLIB Opens the Constants Library catalog.
g
CONSTANTS
LIB
CONST Returns the value of a constant.*
N
‘
name
’
→
x
CONT Resumes execution of a halted program.
<:
Name Description Access Inputs Outputs