User Manual - Page 133

For N3/TBL/1L1/J.

Loading ...
Loading ...
Loading ...
rk23 ()
Catalog >
{Var0, VarMax} is a two-element list that
tells the function to integrate from Var0 to
VarMax.
ListOfDepVars0 is a list of initial values
for dependent variables.
If VarStep evaluates to a nonzero number:
sign(VarStep) = sign(VarMax-Var0) and
solutions are returned at Var0+i*VarStep
for all i=0,1,2,… such that Var0+i*VarStep
is in [var0,VarMax] (may not get a solution
value at VarMax).
if VarStep evaluates to zero, solutions are
returned at the "Runge-Kutta" Var values.
diftol is the error tolerance (defaults to
0.001).
root()
Catalog >
root(Value) root
root(Value1, Value2) root
root(Value) returns the square root of
Value.
root(Value1, Value2) returns the Value2
root of Value1. Value1 can be a real or
complex floating point constant or an
integer or complex rational constant.
Note: See also Nth root template, page 1.
rotate()
Catalog >
rotate(Integer1[,#ofRotations]) integer
Rotates the bits in a binary integer. You can
enter Integer1 in any number base; it is
converted automatically to a signed, 64-bit
binary form. If the magnitude of Integer1 is
too large for this form, a symmetric modulo
operation brings it within the range. For
more information, see Base2, page 16.
In Bin base mode:
To see the entire result, press £ and then
use ¡and¢ to move the cursor.
Alphabetical Listing 129
Loading ...
Loading ...
Loading ...