24
AXL
* = function
AXL Converts a list to an array, or an array to a list.
<^
{
list
}/[[
array
]]
→ [[
array
]]/{
list
}
AXM Converts a numeric array into a symbolic matrix.
< %
OPERATIONS
[[
array
]]
→ [[
matrix
]]
AXQ Converts a square matrix into the associated quadratic
form.
<^
[[
matrix
]]
→ ‘
symb
’ [
vector
]
BAR Sets the plot type to BAR.
N
BARPLOT Plots a bar chart of the specified column of the current
statistics matrix (reserved variable Σ
DAT
).
N
BASE Displays a menu of basic algebra commands.
N
BAUD Specifies bit-transfer rate.
N
n
baudrate
→
BEEP Sounds a tone at
n
hertz for
x
seconds.
<N
OUT
n
frequency
x
duration
→
BESTFIT Executes LR with the four curve fitting models, and selects
the model yielding the largest correlation coefficient.
N
BIN Selects binary base for binary integer operations.
N
BINS Sorts the elements of the independent column of the
current statistics matrix into (
n
bins
+ 2) bins.
N
x
min
x
width
n
bins
→ [[
n
bin 1
… n
bin n
]] [
n
bin L
n
bin R
]
BLANK Creates a blank grob of the specified width and height.
<N
GROB
#n
width
#m
height
→
grob
blank
BOX Draws in
PICT
a box whose opposite corners are defined
by the specified pixel or user-unit coordinates.
<N
PICT
{
#n
1
#m
1
}
{
#n
2
#m
2
}
→
Name Description Access Inputs Outputs