64
SCONJ
* = function
SCONJ Conjugates the contents of a named object.
<N
MEMORY
ARITHMETIC
‘
name
’
→
SCROLL Displays the contents of a named object.
N
‘
name
’
→
SDEV Calculates the sample standard deviation of each of the
m
columns of coordinate values in Σ
DAT
.
N
→
x
sdev
SEND Sends a copy of the named objects to a Kermit device.
N
‘
name
’
→
SEQ Returns a list of results generated by repeatedly executing
obj
exec
using
index
between
x
start
to
x
end
, in steps of
x
incr.
< N
LIST
PROCEDURES
obj
exec
index x
start
x
end
x
incr
→ {
list
}
SERIES For a given function, computes Taylor series, asymptotic
development and limit at finite and infinite points.
<$
LIMITS &
SERIES
‘
symb
1
’
‘
symb
2
’
z
1
→ {
list
1
} ‘
symb
3
’
SERVER Starts Kermit Server mode.
N
SEVAL Evaluates the variables in an expression and substitutes
the values into the expression.*
N
‘
symb
1
’
→ ‘
symb
2
’
SF Sets a specified user or system flag.
<N
TEST
n
flag number
→
SHOW Returns
symb
2
, which is equivalent to
symb
1
but with all
implicit references to the variable
name
made explicit.
N
‘
symb
1
’
‘
name
’
→ ‘
symb
2
’
SIDENS Calculates the intrinsic density of silicon as a function of
temperature,
x
T.
*
N
x
T
→
x
density
Name Description Access Inputs Outputs