0070DE |
~xGAMMA
|
( x → x' )
|
04D314 |
~xGAUSS
|
( symb [vars] → [diag] [P] symb' [vars] )
|
075314 |
~xGCDMOD
|
( x1 x2 → x3 )
|
02C314 |
~xGCD
|
( x1 x2 → x3 )
|
3C1C7 |
xGET
|
( ob n → elm )
ob = [] or [[]] or {} or name
pos = n or {n} or {n m}
Get Element Command
--
Returns from the level 2 array or
list (or named array or list) the
real or complex number zget or
object objget whose position is
specified in level 1.
--
[[ mat ]] nposition → zget
[[ mat ]] { nrow mcol } → zget
'namematrix' nposition → zget
'namematrix' { nrow mcol } → zget
[ vector ] nposition → zget
[ vector ] { nposition }→ zget
'namevector' nposition → zget
'namevector' { nposition } → zget
{ list } nposition → objget
{ list } {nposition} → objget
'namelist' nposition → objget
'namelist' {nposition} → objget
--
Related: GETI,PUT,PUTI
|
3C22D |
xGETI
|
( ob pos → ob' pos' elm )
ob = [] or [[]] or {} or name
pos = n or {n} or {n m}
Get and Increment Index Command
--
Returns from the level 2 array or
list (or named array or list) the
real or complex number zget or
object objget whose position is
specified in level 1, along with
the level 2 argument and the next
position in that argument.
--
[[ mat ]] npos1
→ [[ mat ]] npos2 zget
[[ mat ]] { nr mc }1
→ [[ mat ]] { nr mc }2 zget
'namemat' npos1
→ 'namemat' npos2 zget
'namemat' { nr mc }1
→ 'namemat' { nr mc }2 zget
[ vec ] npos1
→ [ vec ] npos2 zget
[ vec ] { npos1 }
→ [ vec ] { npos2 } zget
'namevec' npos1
→ 'namevec' npos2 zget
'namevec' { npos1 }
→ 'namevec' { npos2 } zget
{ list } npos1
→ { list } npos2 objget
{ list } { npos1 }
→ { list } { npos2 } objget
'namelist' npos1
→ 'namelist' npos2 objget
'namelist' { npos1 }
→ 'namelist' { npos2 } objget
--
Related: GET,PUT,PUTI
|
0660AB |
~xgmol
|
|
3C74A |
xGOR
|
( g_targ {#n #m} grob → g_targ' )
( g_targ (x,y) grob → g_targ' )
( PICT ... ... → )
Graphics OR Cmd
--
Superimposes grob1 onto grobtgt
or PICT, with the upper left
corner of grob1 positioned at the
specified coordinate in grobtgt
or PICT.
--
grobtgt {#n #m} grob1 → grob'
grobtgt (x,y) grob1 → grob'
PICT {#n #m} grob1 →
PICT (x,y) grob1 →
--
Related: GXOR,REPL,SUB
|
3B57F |
xGRAD
|
( → )
Grads Mode Cmd
--
Sets Grads angle mode.
--
Related: GRAD,RAD
|
0090DE |
~xGRAMSCHMIDT
|
|
00A0AB |
~xGRIDMAP
|
( → )
GRIDMAP Plot Type Cmd
--
Sets plot type to GRIDMAP.
--
Related: BAR ,CONIC ,DIFFEQ,FUNCTION , HISTOGRAM ,PARAMETRIC ,PARSURFACE, PCONTOUR,POLAR ,SCATTER ,SLOPEFIELD, TRUTH ,WIREFRAME,YSLICE
|
07C314 |
~xGROBADD
|
( gr1 gr2 → gr3 )
Combines two grob objects.
|
38C1B |
xGROB
|
|
3C8A1 |
x>GROB
|
( ob n_chrsize → grob )
Stack to Graphics Object Cmd
--
Creates a graphics object representing
the level 2 object, where
the argument nchar size specifies
the character size of the representation.
--
Related: →LCD,LCD→
UserRPL: x→GROB
|
3C7D8 |
xGXOR
|
( g_targ {#n #m} g_src → g_targ' )
( g_targ (x,y) g_src → g_targ' )
( PICT ... ... → )
Graphics Exclusive OR Cmd
--
Superimposes grob1 onto grobtgt
or PICT, with the upper left
corner of grob1 positioned at the
specified coordinate in grobtgt
or PICT.
--
grobtgt {#n #m} grob1→ grobresult
grobtgt (x,y) grob1→ grobresult
PICT {#n #m} grob1→
PICT (x,y) grob1→
--
Related: GOR,REPL,SUB
|
046314 |
~xHADAMARD
|
( [M1] [M2] → [M3] )
|
020314 |
~xHALFTAN
|
( symb → symb' )
|
3880D |
xHALT
|
( → )
Halt Program Cmd
--
Halts program execution.
--
Related: CONT,KILL
|
0510AB |
~xHEAD
|
( {} → ob )
( $ → $' )
First Listed Element Cmd
--
Returns the first element of a
list or string.
--
Related: TAIL
|
0040DD |
~x→HEADER
|
( n → )
Set header size in lines: 0,1 or 2.
--
Related: →HEADER
|
0050DD |
~xHEADER→
|
( → n )
Header size: Returns current header size
in lines.
--
Related: →HEADER
|
0320DE |
~xHELP
|
|
05C314 |
~xHERMITE
|
( z → symb )
|
059314 |
~xHESS
|
( symb [vars] → [M] [grad] [vars] )
|
3B68B |
xHEX
|
( → )
Hexadecimal Mode Cmd
--
Selects hexadecimal base for
binary integer operations. (The
default base is decimal.)
--
Related: BIN,OCT,DEC,RCWS,STWS
|
054314 |
~xHILBERT
|
( z → [M] )
|
3C9C1 |
xHISTOGRAM
|
( → )
Histogram Plot Type Cmd
--
Sets the plot type to HISTOGRAM .
--
Related: BAR ,CONIC ,DIFFEQ,FUNCTION , GRIDMAP,PARAMETRIC ,PARSURFACE,PCONTOUR, POLAR ,SCATTER ,SLOPEFIELD,TRUTH ,WIREFRAME,YSLICE
|
3E1CA |
xHISTPLOT
|
( → )
Draw Histogram Plot Cmd
--
Plots a frequency histogram of
the specified column in the
current stat matrix (reserved
matrix ΣDAT).
--
<REF>TEXT:Reserved|ΣDAT
--
Related: BARPLOT,BINS,FREESE,PICTURE, PVIEW ,RES,SCATRPLOT,XCOL
|
3B14C |
xHMS-
|
( hms1 hms2 → hms3 )
Hours-Minutes-Seconds Minus Cmd
--
Returns the difference of two
real number, where the arguments
and the result are interpreted in
hours-minutes-seconds format.
--
Related: HMS→,→HMS,HMS+
|
3B12C |
xHMS+
|
( hms1 hms2 → hms3 )
Hours-Minutes-Seconds Plus Cmd
--
Returns the sum of two real number,
where the arguments and the
result are interpreted in
hours-minutes-seconds format.
--
Related: HMS→,→HMS,HMS-
|
3B0EC |
x>HMS
|
( x → x' )
Decimal to Hours-Minutes-Seconds
Cmd
--
Converts a real number representing
hours or degrees with a decimal
fraction to hours-minutes-seconds format.
--
Related: HMS→,HMS+,HMS-
UserRPL: x→HMS
|
3B10C |
xHMS>
|
( x → x' )
Hours-Min-Sec to Decimal Cmd
--
Converts a real number in hours
-minutes-seconds format to its
decimal form (hours or degrees
with a decimal fraction.
--
Related: →HMS,HMS+,HMS-
UserRPL: xHMS→
|
39405 |
xHOME
|
( → )
HOME Directory Cmd
--
Makes the HOME directory the
current directory.
--
Related: CRDIR,PATH,PGDIR,UPDIR
|
037314 |
~xHORNER
|
( symb1 x → symb2 x symb3 )
|
02B0DE |
~xHYPERBOLIC
|
|
39B3B |
xi
|
( → i )
|
031314 |
~xIABCUV
|
( n1 n2 n3 → n4 n5 )
|
0120DE |
~xIBASIS
|
|
0060DE |
~xIBERNOULLI
|
( n → x )
|
00B314 |
~xIBP
|
( uv' v → uv -u'v )
|
03B314 |
~xICHINREM
|
( []1 []2 → []3 )
|
027314 |
~xIDIV2
|
( n1 n2 → quot rem )
|
3C02E |
xIDN
|
( n → [[]] )
( [[]] → [[]]' )
( name → [[]] )
Identity Matrix Cmd
--
Returns an identity matrix; that
is, a square matrix with its
diagonal elements equal to 1 and
its off-diagonal elements equal
to 0.
--
Related: CON
|
02F314 |
~xIEGCD
|
( n1 n2 → c b a )
|
37F48 |
xIF
|
( → )
IF Conditional Structure Cmd
--
Starts IF ... THEN ... END and
IF ... THEN ... ELSE ... END
conditional structures.
--
IF →
THEN T/F →
END →
→
IF →
THEN T/F →
ELSE →
END →
--
Related: CASE,ELSE,END ,IFERR,THEN
|
387AC |
xIFERR
|
( → )
If Error Conditional Struct Cmd
--
Starts IFERR ... THEN ... END and
IFERR ... THEN ... ELSE ... END
error trapping structures.
--
Related: CASE,ELSE,END ,IF,THEN
|
01B0AB |
~xIFFT
|
( [] → []' )
Inverse Discrete Fourier Tsfm Cmd
--
Computes the 1D or 2D
inverse discrete Fourier
transform of an array.
--
Related: FFT
|
396A4 |
xIFT
|
( 0/1 obj → ? )
IF-THEN Cmd
--
Executes obj if T/F is nonzero.
Discards obj if T/F is zero.
--
Related: IFTE
|
395F3 |
xIFTE
|
( 0/1 objT objF → ? )
IF-THEN-ELSE Cmd
--
Executes objT if T/F is nonzero.
Discards objF if T/F is zero.
--
Related: IFT
|
39B3B |
xi
|
( → i )
|
011314 |
~xILAP
|
( symb → symb' )
|
3B87E |
xIM
|
( (x,y) → y )
( [] → []' )
Imaginary Part Func
--
Returns the imaginary part of its
(complex) argument.
--
x → 0
(x,y) → y
[ R-arr ] → [ R-arr ]
[ C-arr ] → [ R-arr ]
'sym' → 'IM(sym )'
--
Related: C→R,RE,R→C
|
0100DE |
~xIMAGE
|
|
3E54C |
xINCR
|
( name → x )
Increment Cmd
--
Takes a variable on level 1, adds
1, stores the new value back into
the original variable, and returns
the new value to level 1.
--
Related: DECR
|
3C33E |
xINDEP
|
( name → )
( {name} → )
Independent Variable Cmd
--
Specifies the independent variable
and its plotting range.
--
Related: DEPND
|
08A314 |
~x∞
|
( → '+∞' )
Infinity
UserRPL: x∞
|
04C0AB |
~xINFORM
|
( $ {flds} fmt {rst} {init} → {} 1 )
( $ {flds} fmt {rst} {init} → 0 )
User-Defined Dialog Box Cmd
--
Creates a user-defined input form
(dialog box).
--
5: "title"
4: { s1 ... s2...sn }
3: format
2: { resets }
1: { init }
↓
;
2: { vals }
1: 1
--
5: "title"
4: { s1 ... s2...sn }
3: format
2: { resets }
1: { init }
↓
;
1: 0
--
"title"
--
Title . This appears at the top of
the dialog box.
--
{ s1 ... s2...sn }
--
Field definitions. A field definition
(sx) can have two formats
: "label", a field type,
or { "label" "helpInfo"
type0 type1 ... typen } ,
a field label with optional help
text that appears near the bottom
of the screen, and an optional
list of valid object types for
that field. If object types
aren't specified, all object
types are valid. For information
about object types, see the TYPE
command.
When creating a multi-column
dialog box, you can span columns
by using an empty list as a field
definition. A field that appears
to the left of an empty space
automatically expands to fill the
empty space.
--
{ resets }
--
Default values displayed when
RESET is selected. Specify reset
values in the list in the same
order as the fields were specified.
To specify no value, use the
NOVAL command as a place holder.
This list can be empty.
--
{ init }
--
Initial values displayed when the
dialog box appears. Specify initial
values in the list in the
same order as the fields were
specified. To specify no value,
use the NOVAL command as a place
holder. This list can be empty.
--
Related: CHOOSE,INPUT,NOVAL,TYPE
|
3EEBD |
xINPUT
|
( $prompt $ → $' )
( $prompt {specs} → $' )
Input Cmd
--
Prompts for data input to the
command line and prevents the
user access to stack operations.
--
Related: PROMPT,STR→
|
0290DE |
~xINTEGER
|
|
3F007 |
xINT
|
( f(var) var x0 → F(x0) )
|
3A32B |
xINV
|
( x → 1/x )
( [[]] → [[]]' )
Inverse (1/x) Analytic Func
--
Returns the reciprocal or the
matrix inverse.
--
Related: SINV,/
|
004314 |
~xINTVX
|
( f(x) → F(x) )
|
074314 |
~xINVMOD
|
( x → x' )
|
3AC3D |
xIP
|
( x → n )
Integer Part Func
--
Returns the integer part of the
argument.
--
x → n
x_u → n_u
'sym' → 'IP(sym )'
--
Related: FP
|
029314 |
~xIQUOT
|
( n1 n2 → n3 )
|
02B314 |
~xIREMAINDER
|
( n1 n2 → n3 )
|
3F0B7 |
xI>R
|
( n → x )
UserRPL: xI→R
|
3E648 |
xISOL
|
( symb var → symb' )
Isolate Variable Cmd
--
Returns an algebraic symb' that
rearranges symb to "isolate"
the first occurrence of variable
var.
--
Related: COLCT,EXPAN ,QUAD,SHOW,SOLVE
|
00D0DE |
~xISOM
|
|
03C314 |
~xISPRIME?
|
( n → 1 )
( n → 0 )
|
3DB62 |
xFORMUNIT
|
UserRPL: x_
|
3F053 |
x;
|
|
089314 |
~x?
|
|
389EF |
x'
|
|
38A14 |
xENDTIC
|
UserRPL: x'
|
389B9 |
x<<
|
UserRPL: x«
|
389D4 |
x>>
|
UserRPL: x»
|
38999 |
x>>ABND
|
UserRPL: x»
|
050314 |
~xJORDAN
|
( [nxn] → minpol chrpol {} [] )
|
00F0DE |
~xKER
|
|
3EE2C |
xKERRM
|
( → msg )
Kermit Error Message Cmd
--
Returns the text of the most
recent Kermit error packet.
--
Related: FINISH,KGET,PKT,RECN,RECV, SEND,SERVER
|
39854 |
xKEY
|
( → rc 1 )
( → 0 )
Key Cmd
--
Returns to level 1 a test result,
and if a key is pressed, returns
to level 2 the row-column location
xn m of that key.
--
Related: WAIT ,KEYEVAL
|
07B314 |
~xKEYEVAL
|
( rc.p → ? )
Execute the action associated with the
specified key. The number is row r, column
c, plane p. If negative, force the default
key action even in USER mode.
--
<REF>TEXT:Keycodes
|
06C0AB |
~x→KEYTIME
|
( ticks → )
Set a new keytime value. This is the number
of ticks which will be required between
subsequent key presses. Keys pressed faster
will not register.
--
Related: KEYTIME→
|
06D0AB |
~xKEYTIME→
|
( → ticks )
Return the current value of keytime.
--
Related: →KEYTIME
|
3ECE4 |
xKGET
|
( name → )
( "name" → )
( {names} → )
( {{old new}...} → )
Kermit Get Cmd
--
Used by a local Kermit to get a
Kermit server to transmit the
named object(s).
--
Related: BAUD,CKSM,FINISH,PARITY,RECN, RECV,SEND,SERVER,TRANSIO
|
394F1 |
xKILL
|
( → )
Cancel Halted Programs Cmd
--
Cancels all currently halted
programs. (Halted programs are
typically canceled by pressing
PRG NXT RUN KILL.) If KILL is
executed within a program, that
program is also canceled.
--
Related: CONT,DOERR,HALT ,PROMPT
|
3C5C9 |
xLABEL
|
( → )
Label Axes Cmd
--
Labels axes in PICT with x- and
y-axis variable names and with
the minimum and maximum values of
the display ranges.
--
Related: LABEL,DRAW,DRAX
|
05D314 |
~xLAGRANGE
|
( [2xn] → pol )
|
0000DD |
~x→LANGUAGE
|
( n → )
Set language for error messages etc.
0 English
1 French
2 Spanish
--
Related: LANGUAGE→
|
0010DD |
~xLANGUAGE→
|
( → n )
Return the current language value.
--
Related: →LANGUAGE
|
058314 |
~xLAPL
|
( symb [vars] → symb' )
|
010314 |
~xLAP
|
( symb → symb' )
|
397E5 |
xLAST
|
( → ob1 .. obn )
Last Arguments Cmd
--
Returns copies of the arguments
of the most recently executed
command.
UserRPL: xLASTARG
|
0670AB |
~xlbmol
|
|
3C881 |
x>LCD
|
( grob → )
Graphics Object to LCD Cmd
--
Displays the graphics object from
level 1, with its upper left
pixel in the upper left corner of
the display.
--
Related: LCD→,BLANK,→GROB
UserRPL: x→LCD
|
3C866 |
xLCD>
|
( → grob )
LCD to Graphics Object Cmd
--
Returns the current stack and
menu display as a 131x64 graphics
object.
--
Related: →LCD,→GROB
UserRPL: xLCD→
|
02D314 |
~xLCM
|
( symb1 symb2 → symb3 )
|
055314 |
~xLCXM
|
( n1 n2 prog → [] )
|
012314 |
~xLDEC
|
( symb1 symb2 → symb3 )
|
05A314 |
~xLEGENDRE
|
( n → pol )
|
032314 |
~xLGCD
|
( {symb...} → {} gcd )
|
0160AB |
~xLIBEVAL
|
( # → ? )
Evaluate Library Func Cmd
--
Evaluates unnamed library
functions. The number is of the form lllfffh
where lll is a library number and fff a
function number.
--
Related: EVAL ,SYSEVAL
|
3EB42 |
xLIBS
|
( → {title nlib nport ...} )
Libraries Cmd
--
Lists the title, number, and
port of each library attached to
the current directory.
--
Related: ATTACH ,DETACH
|
005314 |
~xLIMIT
|
( func point → lim )
|
014314 |
~xLIN
|
( symb → symb' )
|
3C68C |
xLINE
|
( (x1,y1) (x2,y2) → )
( {#n1 #m1} {#n2 #m2} → )
Draw Line Cmd
--
Draws a line in PICT between the
coordinates in levels 1 and 2.
--
Related: ARC,BOX,TLINE
|
3E156 |
xSIGMALINE
|
( → symb )
Regression Model Formula Cmd
--
Returns an expression representing
the best fit line according
to the current statistical model,
using X as the independent variable
name, and explicit values
of the slope and intercept taken
from the reserved variable ΣPAR.
--
<REF>TEXT:Reserved|ΣPAR
--
Related: BESTFIT,COLΣ ,CORR ,COV , EXPFIT,LINFIT,LOGFIT,LR,PREDX , PREDY ,PWRFIT,XCOL ,YCOL
UserRPL: xΣLINE
|
3E214 |
xLINFIT
|
( → )
Linear Curve Fit Cmd
--
Stores LINFIT as the fifth parameter
in the reserved variable
ΣPAR, indicating that subsequent
executions of LR are to use the
linear curve fitting model.
--
<REF>TEXT:Reserved|ΣPAR
--
Related: BESTFIT,EXPFIT,LOGFIT,LR, PWRFIT
|
0150AB |
~xLININ
|
( symb var → 0/1 )
Linear Test Func
--
Tests whether an algebraic is
structurally linear for a given
variable.
|
052314 |
~xLINSOLVE
|
( [eqs] [vars] → [eqs] {pp} sol )
|
3BAC1 |
xLIST>
|
( {} → ob1...obn n )
List to Stack Cmd
--
Takes a list of n objects and
returns them in separate levels,
and returns the total number of
objects to level 1.
--
Related: ARRY→ ,DTAG,EQ→,→LIST, OBJ→,STR→
UserRPL: xLIST→
|
3B7D2 |
x>LIST
|
( ob1 .. obn n → {} )
Stack to List Cmd
--
Takes n objects from level n+1
through level 2 and returns a
list of those n objects.
--
Related: →ARRY ,LIST→,→STR, →TAG,→UNIT
UserRPL: x→LIST
|
0550AB |
~xΔLIST
|
( {} → {}' )
List Differences Cmd
--
Returns the first differences of
the elements in a list.
--
Related: ΣLIST,ΠLIST,STREAM
|
05A0AB |
~xΠLIST
|
( {} → x )
List Product Cmd
--
Returns the product of the
elements in a list.
--
Related: ΣLIST,ΔLIST,STREAM
|
0590AB |
~xΣLIST
|
( {} → x )
List Sum Cmd
--
Returns the sum of the elems in a
list.
--
Related: ΠLIST,STREAM
|
3AA01 |
xLN
|
( x → x' )
Natural Logarithm Analytic Func
--
Returns the natural (base e)
logarithm of the argument.
--
z → ln z
'sym' → 'LN(sym )'
--
Related: ALOG,EXP,ISOL,LNP1,LOG
|
06D314 |
~xLNAME
|
( symb → [vars] )
|
016314 |
~xLNCOLLECT
|
( symb → symb' )
|
3AB2F |
xLNP1
|
( x → x' )
Natural Log of x+1 Analytic Func
--
Returns ln (x + 1).
--
x → ln(x+1)
'sym' → 'LNP1(sym )'
--
Related: EXPM,LN
|
3AA73 |
xLOG
|
( x → x' )
Common Logarithm Analytic Func
--
Returns the common logarithm
(base 10) of the argument.
--
z → log z
'sym' → 'LOG(sym )'
--
Related: ALOG,EXP,ISOL,LN
|
3E239 |
xLOGFIT
|
( → )
Logarithmic Curve Fit Cmd
--
Stores LOGFIT as the fifth parameter
in the reserved variable
ΣPAR, indicating that subsequent
executions of LR are to use the
logarithmic curve-fitting model.
--
<REF>TEXT:Reserved|ΣPAR
--
Related: BESTFIT,EXPFIT,LINFIT,LR,PWRFIT
|
0320AB |
~xLQ
|
( [[]] → [[L]] [[Q]] [[P]] )
LQ Factorization of a Matrix Cmd
--
Returns the LQ factorization of
an n×m matrix.
--
Related: LSQ,QR
|
3DF83 |
xLR
|
( → Intercept Slope )
Linear Regression Cmd
--
Uses the currently selected statistical
model to calculate the
linear regression coefficients
(intercept and slope) for the
selected dependent and independent
variables in the current stat
matrix (reserved variable ΣDAT).
--
<REF>TEXT:Reserved|ΣDAT
--
Related: BESTFIT,COLΣ ,CORR ,COV ,EXPFIT, ΣLINE,LINFIT,LOGFIT,PREDX ,PREDY , PWRFIT,XCOL ,YCOL
|
02B0AB |
~xLSQ
|
( [B] [[A]] → []' )
( [[B]] [[A]] → [[]]' )
Least Squares Solution Cmd
--
Returns the minimum norm least
squares solution to any system of
linear equations where A × X = B
--
Related: LQ,RANK,QR,/
|
0300AB |
~xLU
|
( [[]] → [[L]] [[U]] [[P]] )
LU Dec of a Sq. Matrix Cmd
--
Returns the LU decomposition of a square
matrix.
--
Related: DET,INV,LSQ,/
|
06A314 |
~xLVAR
|
( symb → symb [vars] )
|
051314 |
~xMAD
|
( [] → det inv coeff cpol )
|
07F314 |
~xMAIN
|
Show the main CAS menu.
|
3B02E |
xMANT
|
( x → x' )
Mantissa Func
--
Returns the mantissa of the argument.
--
x → ymant
'sym' → 'MANT(sym )'
--
Related: SIGN,XPON
|
066314 |
~xMAP
|
( {} prog → {}' )
|
3DB04 |
xMATCHDN
|
( symb {spat srepl} → symb' 0/1 )
( symb {spat srepl scond} → symb' 0/1 )
Match Pattern Down Cmd
--
Rewrites an expression.
--
Related: X↑MATCH
UserRPL: x↓MATCH
|
3DAD0 |
xMATCHUP
|
( symb {spat srepl} → symb' 0/1 )
( symb {spat srepl scond} → symb' 0/1 )
Bottom-Up Match and Replace Cmd
--
Rewrites an expression.
--
Related: X∇MATCH
UserRPL: x↑MATCH
|
02F0DE |
~xMATHS
|
Show the main MATH menu.
|
083314 |
~xMATR
|
Show the matrix menu.
--
Related: ARIT,BASE ,CMPLX,DIFF,EXP&LN, SOLVER,TRIGO
|
3ADA5 |
xMAX
|
( x y → x' )
Maximum Func
--
Returns the greater (more positive)
of the arguments.
--
x y → max(x, y)
x 'sym' → 'MAX(x, sym )'
'sym' x → 'MAX(sym , x)'
'sym1' 'sym2' → 'MAX(sym1, sym2)'
x_u1 y_u2 → max(x_u1, y_u2)
--
Related: MIN
|
39AE4 |
xMAXR
|
( → MAXR )
Maximum Real Func
--
Returns the symbolic constant
'MAXR' or its numerical
representation, 9.99999999999E499.
--
→ 'MAXR'
→ 9.99999999999E499
--
Related: Ee,i,MINR,π
|
3DEE1 |
xMAXSIGMA
|
( → xmax )
( → [x1...xn] )
Maximum Sigma Cmd
--
Finds the maximum coordinate
value in each of the m columns of
the current stat matrix (reserved
variable ΣDAT).
--
<REF>TEXT:Reserved|ΣDAT
--
Related: BINS,MEAN ,MINΣ ,SDEV ,TOT ,VAR
UserRPL: xMAXΣ
|
0760AB |
~xMCALC
|
( var → )
( {vars} → )
( "ALL" → )
Make Calculated Value Cmd
--
Designates a variable as a calculated
value (not user-defined)
for the Multiple-Equation Solver.
--
Related: MUSER
|
3DEFC |
xMEAN
|
( → xmean )
( → [x1...xn] )
Mean Cmd
--
Returns the mean of each of the
m columns of coordinate values in
the current stat matrix (reserved
variable ΣDAT).
--
<REF>TEXT:Reserved|ΣDAT
--
Related: BINS,MAXΣ ,MINΣ ,SDEV ,TOT ,VAR
|
3E8C1 |
xMEM
|
( → x )
Memory Available Cmd
--
Returns the number of bytes of
available RAM.
--
Related: BYTES
|
3E9D4 |
xMENU
|
( % → )
Display Menu Cmd
--
Displays a built-in menu or a
library menu, or displays a custom
menu.
--
namemenu →
{ listdefinition } →
'namedefinition' →
obj →
--
Related: RCLMENU,TMENU
|
07A314 |
~xMENUXY
|
( n1 n2 → )
Menu of CAS commands.
|
3EB16 |
xMERGE
|
( 1 → )
Merge RAM Card Cmd
Only useful on the 48.
--
Merges the RAM from the card in
port 1 with the rest of main user
memory. Merged memory is no
longer independent.
--
Related: FREE,FREE1
|
3AE2B |
xMIN
|
( x y → x' )
Minumum Func
--
Returns the lesser (more
negative) of its two arguments.
--
x y → min(x, y)
x 'sym' → 'MIN(x, sym )'
'sym' x → 'MIN(sym , x)'
'sym1' 'sym2' → 'MIN(sym1, sym2)'
x_u1 y_u2 → min(x_u1, y_u2)
--
Related: MAX
|
0120DD |
~xMINIFONT→
|
( → font )
Returns the current minifont.
--
Related: →MINIFONT
|
0110DD |
~x→MINIFONT
|
( font → )
Sets the font as current minifont.
--
Related: MINIFONT→
|
0730AB |
~xMINIT
|
( → )
Multiple Equation Menu Init Cmd
--
Creates the reserved variable
Mpar.
--
<REF>TEXT:Reserved|Mpar
--
Related: MITM,MROOT,MSOLVER
|
39B01 |
xMINR
|
( → MINR )
Minimum Real Func
--
Returns the symbolic constant
'MINR' or its numerical representation,
1.00000000000E-499.
--
→ 'MAXR'
→ 1.00000000000E-499
--
Related: e,i,MAXR,π
|
3DF17 |
xMINSIGMA
|
( → xmin )
( → [x1...xn] )
Minimum Sigma Cmd
--
Finds the minimum coordinate
value in each of the m current
statistics matrix (reserved
variable ΣDAT).
--
<REF>TEXT:Reserved|ΣDAT
--
Related: BINS,MAXΣ ,MEAN ,SDEV ,TOT ,VAR
UserRPL: xMINΣ
|
0740AB |
~xMITM
|
( title {vars} → )
Multiple Equation Menu Item
--
Order Cmd
--
Changes multiple equation menu
titles and order.
--
Related: MINIT
|
00E0DE |
~xMKISOM
|
|
3AFCB |
xMOD
|
( x y → x' )
Modulo Func
--
Returns a remainder defined by:
x mod y = x - y floor (x/y)
--
x y → x mod y
x 'sym' → 'MOD(x, sym )'
'sym' x → 'MOD(sym , x)'
'sym1' 'sym2' → 'MOD(sym1, sym2)'
--
Related: FLOOR,/
|
079314 |
~xMODSTO
|
( mod → )
|
02C0DE |
~xMODULAR
|
|
0770AB |
~xMROOT
|
( var → x )
( "ALL" → )
Multiple Roots Cmd
--
Uses the Multiple-Equation Solver
to solve for one or more variables
using the equation set in Mpar
--
Related: MCALC,MUSER
|
04E0AB |
~xMSGBOX
|
( $ → )
Message Box Cmd
--
Creates a user-defined message
box.
--
Related: CHOOSE,INFORM,PROMPT
|
0200DE |
~xMSLV
|
|
0720AB |
~xMSOLVR
|
( → )
Multiple-Equation Solver Cmd
--
Gets the Multiple-Equation Solver
variable menu for the set of
equations defined by Mpar.
|
070314 |
~xMULTMOD
|
( symb1 symb2 → symb3 )
|
0750AB |
~xMUSER
|
( var → )
( {vars} → )
( "ALL" → )
Make User-Defined Variable Cmd
--
Designates a variable as user -
defined for the Multiple-Equation
Solver.
--
Related: MCALC
|