User Guide

solve(
solve(expression,variable,guess,{lower,upper})
Solves expression for variable, given an initial guess and lower
and upper bounds within which the solution is sought.
»
MATH
0:solve(
SortA(
SortA(listname)
Sorts elements of listname in ascending order.
y 9
OPS
1:SortA(
SortA(
SortA(keylistname,dependlist1
[,dependlist2,...,dependlist n])
Sorts elements of keylistname in ascending order, then sorts each
dependlist as a dependent list.
y 9
OPS
1:SortA(
SortD(
SortD(listname)
Sorts elements of listname in descending order.
y 9
OPS
2:SortD(
SortD(
SortD(keylistname,dependlist1[,dependlist2,...,
dependlist n])
Sorts elements of keylistname in descending order, then sorts each
dependlist as a dependent list.
y 9
OPS
2:SortD(
startTmr
startTmr
Starts the clock timer. Store or note the displayed value, and use it as
the argument for checkTmr( ) to check the elapsed time.
y N
startTmr
Commands and Functions Listing 77