[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

7.4 T-Z

3B2DC x%T ( x y → 100y/x )
Percent of Total Function
--
Returns the percent of the level 2 argument that is represented by the level 1 argument.
--
x y → 100y/x
x 'sym' → '%T(x,sym)'
'sym' x → '%T(sym,x)'
'sym1' 'sym2' → '%T(sym1,sym2)'
x_u1 y_u2 → 100y_u2/x_u1
x_u 'sym' → '%T(x_u,sym)'
'sym' x_u → '%T(sym,x_u)'
--
Related: %,%ch
061314 ~xTABVAL ( symb(x) {vals} → symb(x) {{vals} {res}} )
060314 ~xTABVAR ( symb(x) → symb(x) {{}{}} grob )
3EFB1 x->TAG ( ob tag → :tag:ob )
Stack to Tag Cmd
--
Combines objects in levels 1 and 2 to created tagged (labeled) object. Tag may be any object. It will eb converted to a string.
--
Related: →ARRY,DTAG,→LIST,OBJ→, →STR,→UNIT UserRPL: x→TAG
0520AB ~xTAIL ( {} → {}' )
( $ → $' )
Last Listed Elements Cmd
--
Returns all but the first element of a list or string.
--
Related: HEAD
01C0DE ~xTAN2CS2 ( symb → symb' )
021314 ~xTAN2SC2 ( symb → symb' )
01F314 ~xTAN2SC ( symb → symb' )
3A624 xTAN ( x → x' )
Tangent Analytic Func
--
Returns the tangent of the argument.
--
z → tan z
'sym' → 'TAN(symb)'
x_unitang → tan(x_unitang)
-
Related: ATAN,COS,SIN
3A70C xTANH ( x → x' )
Hyperbolic Tangent Analytic Func
--
Returns the hyperbolic tangent of the argument.
--
z → tanh z
'sym' → 'TANH(sym)'
-
Related: ATANH,COSH,SINH
006314 ~xTAYLOR0 ( symb → symb' )
3E6CA xTAYLR ( symb var n → symb' )
Taylor's Polynomial Cmd
--
Calculates the nth order Taylor's polynomial of 'symb' in the variable var.
--
Related: ∂,∫,Σ
05B314 ~xTCHEBYCHEFF ( n → pol )
01A314 ~xTCOLLECT ( symb → symb' )
0640AB ~xTDELTA ( x y → x' )
Temperature Delta Func
--
Calculates a temperature change.
--
x y → x’
x_u1 y_u2 → x_u1’
x_u 'sym' → 'TDELTA(x_u,sym)'
'sym' y_u → 'TDELTA(sym,y_u)'
'sym1' 'sym2' → 'TDELTA(sym1,sym2)'
--
Related: TINC
02E0DE ~xTESTS
065314 ~xTEVAL ( ob → ? time )
Execute ob and return how long it took.
013314 ~xTEXPAND ( symb → symb' )
3C8FA xTEXT ( → )
Show Stack Display Cmd
--
Displays the stack display.
--
Related: PICTURE,PVIEW
37F7F xTHEN ( 0/1 → )
THEN Cmd
--
Starts the true-clause in conditional or error-trapping structure
--
Related: CASE,ELSE,END,IFERR
38B43 xTHENCASE
THEN in a CASE statement.
--
Related: CASE,ELSE,END,IFERR UserRPL: xTHEN
38ABA xERRTHEN
THEN in an ON ERROR construct.
--
Related: CASE,ELSE,END,IFERR UserRPL: xTHEN
39093 xTICKS ( → # )
Ticks Cmd
--
Returns the system time as a binary integer, in units of 1/8192 second.
--
Related: TIME
3905D xTIME ( → time )
Time Cmd
--
Returns the system time in the form HH.MMSSs.
--
Related: DATE,TICKS,TSTR
39124 xSETTIME ( time → )
Set System Time Cmd
--
Sets the system time.
--
Related: CLKADJ,→DATE UserRPL: x→TIME
0650AB ~xTINC ( x y → x' )
Temperature Increment Cmd
--
Calculates a temperature increment.
--
xinit y’ → xfinal
x_u1 y_u2 → x_u1final
x_u 'sym' → 'TINC(x_u,sym)'
'sym' y_u’ → 'TINC(sym,y_u’)'
'sym1' 'sym2' → 'TINC(sym1,sym2)'
--
Related: TDELTA
3C6B6 xTLINE ( (x1,y1) (x2,y2) → )
( {#n1 #m1} {#n2 #m2} → )
Toggle Line Cmd
--
For each pixel along the line in PICT defined by the specified coordinates, TLINE turns off every pixel that is on, and turns on every pixel that is off.
--
Related: ARC,BOX,LINE
019314 ~xTLIN ( symb → symb' )
3E97B xTMENU ( % → [InitMenu%] )
( {} → )
( name → )
( Ob → [@LIST InitMenu] )
Temporary Menu Cmd
--
Displays a built-in menu, libary menu, or a user-defined menu.
--
Related: MENU,RCLMENU
3DF4D xTOT ( → xsum )
( → {x1...xn} )
Total Cmd
--
Computes the sum of each of the m columns of coordinate values in the current stat matrix (reserved variable ΣDAT).
--
<REF>TEXT:Reserved|ΣDAT
--
Related: MAXΣ,MINΣ,MEANMPSDEV, PVAR,SDEV,VAR
0270AB ~xTRACE ( [[]] → x )
Matrix Trace Cmd
--
Returns the trace of a square matrix.
045314 ~xTRAN ( [[]] → [[]]' )
( name → )
--
Related: CONJ,TRN
3EE0C xTRANSIO ( n → )
I/O Translation Cmd
--
Specifies the character translation option. These translations affect only ASCII Kermit transfer and files printed to the serial port.
--
Related: BAUD,CKSM,PARITY
01B314 ~xTRIG ( symb → symb' )
01C314 ~xTRIGCOS ( symb → symb' )
082314 ~xTRIGO ( → )
01D314 ~xTRIGSIN ( symb → symb' )
01E314 ~xTRIGTAN ( symb → symb' )
3C084 xTRN ( [[]] → [[]]' )
( name → )
Transpose Matrix Cmd
--
Returns the (conjugate) transpose of a matrix.
--
Related: CONJ
3AF3E xTRNC ( x n → )
Truncate Func
--
Truncates an object to a specified number of decimal places or significant digits, or to fit the current display format.
--
z1 ntrnc → z2
z1 'symtrnc' →
'TRNC(z1,symtrnc)'
'sym1' ntrnc →
'TRNC(sym1,ntrnc)'
'sym1' 'symtrnc' →
'TRNC(sym1,symtrnc)'
[ arr ]1 ntrnc → [ arr ]2
x_u ntrnc → y_u
x_u 'symtrnc' →
'TRNC(x_u,symtrnc)'
--
Related: RND
063314 ~xTRUNC ( symb1 symb2 → symb3 )
3C99D xTRUTH ( → )
Truth Plot Type Cmd
--
Sets the plot type to TRUTH.
--
Related: BAR,CONIC,DIFFEQ,FUNCTION, GRIDMAP,HISTOGRAM,PARAMETRIC,PARSURFACE, PCONTOUR,POLAR,SCATTER,SLOPEFIELD,WIREFRAME,YSLICE
015314 ~xTSIMP ( symb → symb' )
391F8 xTSTR ( date time → $ )
Date and Time String Cmd
--
Returns a string derived from the date and time.
--
Related: DATE,TICKS,TIME
39456 xTVARS ( ntype → {} )
( {n...} → {} )
Typed Variables Cmd
--
Lists all global variables in the current directory that contain objects of the specified types.
--
Related: PVARS,TYPE,VARS
0470AB ~xTVM ( → )
TVM Menu Cmd
--
Displays the TVM Solver menu.
--
Related: AMORT
0480AB ~xTVMBEG ( → )
Payment at Start of Period Cmd
--
Specifies that TVM calculations treat payments as being made at the beginnign of the compounding periods.
--
Related: AMORT,TVM,TVMEND,TVMROOT
0490AB ~xTVMEND ( → )
Payment at End of Period Cmd
--
Specifies that TVM calculations treat payments as being made at the end of the compounding periods.
--
Related: AMORT,TVM,TVMBEG,TVMROOT
04A0AB ~xTVMROOT ( var → x )
TVM Root Cmd
--
Solves for the specified TVM variable using values from the re- maining TVM variables.
--
Related: AMORT,TVM,TVMBEG,TVMEND
3BC39 xTYPE ( ob → %type )
Type Cmd
--
Returns the type number of an object.
--
User Objects:
--
Object Type Number
------ ---- ------
Real number 0
Complex number 1
Character string 2
Real Array 3
Complex Array 4
List 5
Global name 6
Local name 7
Program 8
Algebraic Object 9
Binary Integer 10
Graphics object 11
Tagged object 12
Unit object 13
XLIB name 14
Directory 15
Library 16
Backup object 17
--
Built-in Cmds:
--
Object Type Number
------ ---- ------
Built-in function 18
Built-in command 19
--
System Objects:
--
Object Type Number
------ ---- ------
System binary 20
Extended real 21
Extended complex 22
Linked array 23
Character 24
Code object 25
Library data 26
External object 26-31
--
Related: SAME,TVARS,VTYPE
38FD7 xUBASE ( u → u' )
Convert to SI Base Units Func
--
Converts a unit object to SI base units.
--
x_u → y_base-units
'sym' → 'UBASE(symb)'
--
Related: CONVERT,UFACT,→UNIT,UVAL
3900B xUFACT ( u1 u2 → u3 )
Factor Unit Cmd
--
Factors the level 1 unit from the unit expression of the level 2 unit object.
--
Related: CONVERT,UBASE,→UNIT,UVAL
0140DD ~xUFL1→MINIF ( ob n → font )
0310DE ~xUNASSIGN
0270DE ~xUNASSUME
38FB5 x>UNIT ( x u → u' )
Stack to Unit Object Cmd
--
Creates a unit object from a real number and the unit part of a unit object.
--
Related: →ARRY,→LIST,→STR,→TAG UserRPL: x→UNIT
3F249 xUNPICK ( obn...ob1 ob n → ob...ob2 )
Replaces the object at level n+2 with the object at level 2 and deletes the objects at level 1 and level 2.
--
Related: OVER,PICK,ROLL,ROLLD,SWAP,ROT
3F22E xUNROT ( 1 2 3 → 3 1 2 )
Changes the order of the first three objects on the stack, in the opposite way compared to ROT.
--
Related: OVER,PICK,ROLL,ROLLD,SWAP,ROT
38195 xUNTIL ( → )
UNTIL Cmd
--
Starts test-clause in
DO ... UNTIL ... END
indefinite loop structure.
--
See the DO entry for syntax info.
--
Related: DO,END
39420 xUPDIR ( → )
Up Directory Cmd
--
Makes the parent of the current directory the new current directory.
--
Related: CRDIR,HOME,PATH,PGDIR
3E07D xUTPC ( n x → x' )
Upper Chi-Square Distribution Cmd
--
Returns the probability utpc(n,x) that a chi-square random variable is greater than x, where n is the number of degrees of freedom of the distribution.
--
Related: UTPF,UTPN,UTPT
3E0BD xUTPF ( n1 n2 x → x' )
Upper Snedecor's F Distrib. Cmd
--
Returns the probability utpf(n1,n2,x) that a Snedecor's F random variable is greater than x, where n1 and n2 are the numerator and denominator degrees of freedom of the F distribution.
--
Related: UTPC,UTPN,UTPT
3E09D xUTPN ( n v x → x' )
Upper Normal Distribution Cmd
--
Returns the probability utpn(m,v,x) that a normal random variable is greater than x, where m and v are the mean and variance, respectively, of the normal distribution.
--
Related: UTPC,UTPF,UTPT
3E0DD xUTPT ( n x → x' )
Upper Student's t Distrib. Cmd
--
Returns the probability utpt(n,x) that a Student's t random variable is greater than x, where n is the number of degrees of freedom of the distribution.
--
Related: UTPC,UTPF,UTPN
38F81 xUVAL ( u → x )
Unit Value Func
--
Returns the numerical part of a unit object.
--
x_u → x
'sym' → 'UVAL(sym)'
--
Related: CONVERT,UBASE,UFACT,→UNIT
3C2AC xV> ( []/() → x y )
( []/() → x y z )
(in current co-system)
Vector/Complex Num to Stack Cmd
--
[ x y ] → x y
[ xr ANGyθ ] → xr yθ
[ x1 x2 x3 ] → x1 x2 x3
[ x1 ANGxθ xz ] → x1 xθ xz
[ x1 ANGxθ ANGxÔÕ] → x1 xθ xÔÕ
[ x1 x2 ... xn ] → x1 ... xn
(x,y) → x y
(xr ANGyθ) → xr yθ
--
Related: →V2,→V3 UserRPL: xV→
3C2D6 x>V2 ( x y → [] )
( x y → () )
Stack to Vector/Complex Num Cmd
--
Converts two numbers from the stack into a 2-element vector or complex number.
--
Related: V→,→V3 UserRPL: x→V2
3C30A x>V3 ( x y z → [] )
Stack to 3-Element Vector Cmd
--
Converts three numbers into a 3-element vector.
--
Related: V→,→V2 UserRPL: x→V3
053314 ~xVANDERMONDE ( {} → [[]] )
3DF68 xVAR ( → x )
( → [x1...xn] )
Variance Cmd
--
Calculates the sample variance of the coordinate values in each of the m columns in the current stat matrix (ΣDAT).
--
Related: MAXΣ,MEAN,MINΣ,PSDEV,PVAR, SDEV,TOT
3943B xVARS ( → {} )
Variables Cmd
--
Returns a list of all variables' names in the VAR menu (the current directory).
--
Related: ORDER,PVARS,TVARS
08C314 ~xVER ( → $ )
00F0AB ~xVERSION ( → $ $ )
Software Version Cmd
--
Displays the software version and copyright message.
0080DD ~xVISIT ( name → )
For a specified variable, opens the content in the command-line editor.
--
Related: VISITB,EDIT,EDITB
00A0DD ~xVISITB ( name → )
For a specified variable, opens the contents in the most suitable editor for the object type. For example, if the variable holds an equation, the equation writer is used.
--
Related: VISIT,EDIT,EDITB
0390DE ~xVPOTENTIAL
3BDB2 xVTYPE ( name → n )
Variable Type Cmd
--
Returns the type number of the object contained in the named variable.
--
'name' → ntype
:nport:namebackup → ntype
:nport:nlibrary → ntype
--
Related: TYPE
39819 xWAIT ( sec → )
( 0 → rc.p )
Wait Cmd
--
Suspends program execution for specified time, or until a key is pressed.
--
Related: KEY
380DB xWHILE ( → )
WHILE Indefinite Loop Struct Cmd
--
Starts the
WHILE ... REPEAT ... END
indefinite loop structure.
--
Related: DO,END,REPEAT
0080AB ~xWIREFRAME ( → )
WIREFRAME Plot Type Cmd
--
Sets the plot type to WIREFRAME.
--
Related: BAR,CONIC,DIFFEQ,FUNCTION, GRIDMAP,HISTOGRAM,PARAMETRIC,PARSURFACE, PCONTOUR,POLAR,SCATTER,SLOPEFIELD,TRUTH,YSLICE
390AE xWSLOG ( → $ $ $ $ )
Warmstart Log Cmd
--
Returns four strings recording the date, time, and cause of the four most recent warmstart events
3DE90 xSUMX2 ( → xsum )
Sum of Squares of x-Values Cmd
--
Sums the squares of the values in the independent-variable column of the current stat matrix (reserved variable ΣDAT).
--
<REF>TEXT:Reserved|ΣDAT
--
Related: ,XCOL,ΣX,ΣXY,ΣX2,ΣY,ΣY2 UserRPL: xΣX2
3E03D xXCOL ( n → )
Independent Column Cmd
--
Specifies the independent variable column of the current stat matrix (reserved variable ΣDAT).
--
<REF>TEXT:Reserved|ΣDAT
0700AB ~xXGET ( name → )
Xmodem get command: Retrieves a specified filename via XMODEM. The other calculator needs to be in server mode.
--
Related: BAUD,RECN,RECV,SEND,XRECV,XSERV,XPUT
3EC35 xXMIT ( $ → 1 )
( $ → $rest 0 )
Serial Transmit Cmd
--
Sends a string serially without using Kermit protocol, and returns a single digit that indicates whether the transmission was successful.
--
Related: BUFLEN,SBRK,SRECV,STIME
067314 ~xXNUM ( x → x' )
3CB7A xXOR ( # #' → #" )
( $ $' → $" )
( 1/0 1/0 → 1/0 )
Exclusive OR Cmd
--
Returns the logical exclusive OR of two arguments.
#n1 #n2 → #n3
"str1" "str2" → "str3"
T/F1 T/F2 → 0/1
T/F 'sym' → 'T/F XOR sym'
'sym' T/F → 'sym XOR T/F'
'sym1' 'sym2' → 'sym1 XOR sym2'
--
Related: AND,OR,NOT
3AD65 xXPON ( % → n )
Exponent Func
--
Returns the exponent of the arg.
--
Related: MANT,SIGN
0710AB ~xXPUT ( name → )
Xmodem command: Sends a specified filename via XMODEM to a claculator. The receiving calculator needs to be in server mode.
--
Related: BAUD,RECN,RECV,SEND,XRECV,XSERV,XGET
068314 ~xXQ ( x → x' )
0500AB ~xXRECV ( name → )
XModem Receive Cmd
--
Prepares the HP 48 to receive an object via XModem. The received object is stored in the given name.
--
Related: BAUD,RECV,RECN,SEND,XSEND
3C915 xXRNG ( x1 x2 → )
x-Axis Display Range Cmd
--
Specifies the x-axis display range.
--
Related: AUTO,PDIM,PMAX,PMIN,YRNG
3A278 xXROOT ( y x → Y' )
xth Root of y Cmd
--
Computes the xth root of a real number.
y x → x ROOT y
'sym1' 'sym2' → 'XROOT(sym2,sym1)'
'sym' x → 'XROOT(x,sym)'
y 'sym' → 'XROOT(sym,y)'
y_u x → x ROOT y_u1/x
y_u 'sym' → 'XROOT(sym,y_u)'
04F0AB ~xXSEND ( name → )
XModem Send Cmd
--
Sends a copy of the named object via XModem.
--
Related: BAUD,RECN,RECV,SEND,XRECV
06E0AB ~xXSERV ( → )
Xmodem server command: Puts the calculator in XMODEM server mode. When in server mode, the following commands are available:
P: Put a file in calc
G: Get a file from calc
E: Execute a cmd line
M: Get the calc memory
L: List files in current dir
--
Related: BAUD,RECN,RECV,SEND,XRECV, XGET,XPUT
0000AB ~xXVOL ( x1 x2 → )
X Volume Coordinates Cmd
--
Sets the width of the view volume in the reserved variable VPAR.
--
<REF>TEXT:Reserved|VPAR
--
Related: EYEPT,XXRNG,YVOL,YYRNG,ZVOL
0030AB ~xXXRNG ( x1 x2 → )
X Range of an Input Plane Cmd
--
Specifies the x range of an input plane (domain) for GRIDMAP and PARSURFACE plots.
--
Related: EYEPT,NUMX,NUMY,XVOL,YVOL, YYRNG,ZVOL
3DEC6 xSUMXY ( → xsum )
Sum of x Times Y Cmd
--
Sums the products of the corresponding values in the independent and dependent variable columns of the current stat matrix (reserved variable ΣDAT).
--
<REF>TEXT:Reserved|ΣDAT
--
Related: ,XCOL,ΣX,ΣX2,ΣY,ΣY2 UserRPL: xΣXY
3DE75 xSUMY ( → xsum )
Sum of y-Values Cmd
--
Sums the values in the dependent variable column of the current stat matrix (reserved var ΣDAT).
--
<REF>TEXT:Reserved|ΣDAT
--
Related: ,XCOL,ΣX,ΣXY,ΣX2,ΣY2 UserRPL: xΣY
3DEAB xSUMY2 ( → xsum )
Sum of Squares of y-Values Cmd
--
Sums the squares of the values in the dependent-variable column of the current stat matrix (reserved variable ΣDAT).
--
<REF>TEXT:Reserved|ΣDAT
--
Related: ,XCOL,ΣX,ΣXY,ΣX2,ΣY UserRPL: xΣY2
3E05D xYCOL ( n → )
Dependent Column Cmd
--
Specifies the dependent-variable column of the current stat matrix (reserved variable ΣDAT).
--
<REF>TEXT:Reserved|ΣDAT
--
Related: BARPLOT,BESTFIT,COLΣ,CORR, COV,EXPFIT,HISTPLOT,LINFIT,LOGFIT, LR,PREDX,PREFY,PWRFIT,SCATRPLOT,XCOL
3C935 xYRNG ( y1 y2 → )
y-Axis Display Range Cmd
--
Specifies the y-axis display range.
--
Related: AUTO,PDIM,PMAX,PMIN,XRNG
00B0AB ~xYSLICE ( → )
Y-Slice Plot Cmd
--
Sets the plot type to YSLICE.
--
Related: BAR,CONIC,DIFFEQ,FUNCTION, GRIDMAP,HISTOGRAM,PARAMETRIC,PARSURFACE, PCONTOUR,POLAR,SCATTER,SLOPEFIELD,TRUTH,WIREFRAME
0010AB ~xYVOL ( y1 y2 → )
Y Volume Coordinates Cmd
--
Sets the depth of the view volume in the reserved variable VPAR.
ynear yfar →
--
<REF>TEXT:Reserved|VPAR
--
Related: EYEPT,XVOL,XXRNG,YYRNG,ZVOL
0040AB ~xYYRNG ( y1 y2 → )
Y Range of an Input Plane Cmd
--
Specifies the y range of an input plane (domain) for GRIDMAP and PARSURFACE p lots.
--
Related: EYEPT,XVOL,XXRNG,YYRNG,ZVOL
040314 ~xZEROS ( symb var → {zeros} )
05F0AB ~xZFACTOR ( xTr yPr → xZf )
Gas Compressibility Z Factor Func
--
Calculates the gas compressibility ity correction factor for non-ideal behavior of a hydro-carbon gas.
0020AB ~xZVOL ( x1 x2 → )
Z Volume Coordinates Cmd
--
Sets the height of the view volume in the reserved variable VPAR.
--
<REF>TEXT:Reserved|VPAR
--
Related: EYEPT,XVOL,XXRNG,YVOL,YYRNG


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated by Carsten Dominik on May, 30 2005 using texi2html