Application Guide

104 Alphabetical Listing
ΔList()
Catalog >
ΔList(List1) list
Note: You can insert this function from the
keyboard by typing deltaList(...).
Returns a list containing the differences
between consecutive elements in List1.
Each element of List1 is subtracted from
the next element of List1. The resulting list
is always one element shorter than the
original List1.
listmat()
Catalog >
listmat(List [, elementsPerRow])
matrix
Returns a matrix filled row-by-row with the
elements from List.
elementsPerRow, if included, specifies the
number of elements per row. Default is the
number of elements in List (one row).
If List does not fill the resulting matrix,
zeros are added.
Note: You can insert this function from the
computer keyboard by typing list@>mat
(...).
ln
Catalog >
Exprln expression
Causes the input Expr to be converted to an
expression containing only natural logs (ln).
Note: You can insert this operator from the
computer keyboard by typing @>ln.
ln()
/u keys
ln(Expr1) expression
ln(List1) list
If complex format mode is Real: