Owner's manual
Table Of Contents
- Material covered
- The HP 49G documentation set
- Chapter 1
- Entering commands
- Keyboard entry
- Subject-specific menus
- Displaying system Flags
- Setting and clearing Flags
- User Flags
- Chapter 3
- Command line operations
- Activating the command line
- Positioning the cursor
- Helpful commands and sub-menus
- Selecting characters
- Copy, cut, and paste
- Editing the command Line
- Command Line information
- Chapter 4
- Using the stack
- Example stack calculations
- Chapter 5
- Matrices and linear algebra
- Matrix Writer operations
- Advanced matrix operations
- Creating special matrices
- Assembling matrices
- To assemble a matrix by rows From a series of vectors
- To assemble a matrix by columns From a series of vectors
- To assemble a matrix with a particular diagonal From a vector
- To assemble a matrix From a sequence oF elements
- To disassemble a matrix into its elements
- To disassemble a matrix into row vectors
- To disassemble a matrix into column vectors
- To extract the vector oF diagonals From a matrix
- To insert one or more new rows into a matrix
- To insert one or more new columns into an array
- To extract a particular row From an array
- To extract a particular column From an array
- Swapping rows and columns
- Extracting and replacing elements oF matrices
- More matrix arithmetic
- To change the sign of each element in a matrix
- To multiply a matrix and vector
- To divide an array by a square matrix
- To combine two real matrices into a complex matrix
- To split a complex matrix into two real matrices
- To conjugate each element of a complex matrix
- To extract the matrix of real parts from a complex matrix
- To extract the matrix of imaginary parts From a complex matrix
- Eigenvalues and eigenvectors
- To compute the eigenvalues For a square matrix
- To compute the eigenvalues and eigenvectors For a square matrix
- To compute the singular values oF a matrix
- To decompose or factor a matrix
- Overview of the Units application
- Unit objects
- Converting units
- Calculating with units
- Working with temperature units
- Chapter 7 Constants Library
- To view the constants library
- To copy a constant to the stack or history
- To include a constant in an algebraic expression
- Chapter 8 Number bases
- Entering and displaying binary integers
- To set the base
- To set the wordsize
- To recall the current wordsize
- To enter a binary integer
- To add, subtract, multiply, or divide two binary integers
- To find the negative of a binary integer
- To convert a binary integer to a diFFerent number base
- To convert a binary integer to a real number
- To convert a real number to a binary integer
- Using Boolean operators
- Manipulating bits and bytes
- List Processing
- Applying a Function or program to a List
- List Manipulations
- Chapter 10
- Advanced plotting options Labelling and relocating the axes
- Plotting programs
- Plotting range vs. display range
- To check the current size oF PICT
- To use computed values for plotting or display ranges
- Saving and Restoring Plots
- Chapter 11
- How memory is structured
- Accessing port contents
- Backup objects
- Using data in backup objects
- How the HP 49G manages memory
- To list a port’s contents, and find Free memory
- Chapter 12
- Date and time arithmetic Date and time Formats
- Date and time tools
- Calculating with dates
- Calculating with times
- Chapter 13 Customization
- Creating menus
- User mode
- Chapter 14
- Computer Algebra Commands
- Alphabetical command list
- 1 q
- Index

Using a multi-argument command
2! 23
l: 97
Method 1
1. Enter the arguments, pressing (ENTER) after each one.
2. Execute the command.
Example: To calculate 23 x 97
1. Enter 23 and press (0
2. Enter 97 and press (B
23 is now on level 2 of the stack and 97 is
on level 1.
3. Press @.
In this example, the order in which you enter the arguments does not
affect the answer. However, this is not always the case with two-argument
conunands. In the cube example on page 4-2, the result of entering the 3
before the 52 is the 3 raised to the power of 52, a very different result to 52
raised to the power of 3. Other examples where the order you enter the
arguments is important include subtraction, division, and the percentage
commands (%, %CH, and %T).
Method 2
In method 1 above, each argument is entered onto its own level of the
stack before the conuxiand is executed. Another way is to enter all the
elements onto the command line separating each with a space. Either:
• press (ENTER) to place the arguments onto the stack and then execute
your command or
• execute your command with the arguments still on the command line.
531441 3
Example: To calculate "1/531441
1. Enter 531441 (SPC) 3
2. Press (EH).
3. Press 0(Vr).
Step 2 can be oiuitted if you will not want to imdo the command and see
the arguments. Pressing ©(UNDO) without having first placed the arguments
on the stack deletes all record of the command: the result and the
arguments. On the other hand, if you place the arguments on the stack
before executing the command, pressing (UNDO) deletes the result but
redisplays the arguments.
The Stack
Page 4-3