HP48 for beginners! http://members.xoom.com/hp48fb |
Tips Printable HTML |
1-Did You Know?
You can order the vars in the HP48 menu typing VARS SORT ORDER and pressing [ENTER] |
2-Did You Know?
You can define the numbers of mines in theMINEHUNT game. Store a number
in the var Nmines , N in capital and the others letters in small
case.
|
3-Did You
Know?
Alcaline batteries lasts about three months in HP48. To change batts follow the steps below: 1-Begin removing
the battery that is in the middle.
* Be carefull, dont put new batts together with old ones. |
4-Did You
Know?
You can purge all memory with a single command. Type: #9d SYSEVAL and press [ENTER] and... Hasta
la vista babe!
* Danger! Do it only if you need. You was noticed! |
5-Did You
Know?
You can recover a file imediatelly after it be purged. Press: * Advice!
This only works if the LAST STAK is ENABLED.
|
6-Did You
Know?
You can go from the top to the bottom or from the botom to the top of a program using only two keys. When you are
editing a program press: The cursor will move to the bottom or to the top of the program. * More...
|
7-Did You
Know?
You easily calculate the determinant of a square matrix. For example:
* More...
|
8-Did You
Know?
You can make integrals faster reducing precision of HP48 For example,
lets integrate: |
9-Did You
Know?
You can easily create and purge a directory using only three commands . For example,
create the directory DIR1:
Now lets use
a similar command to purge it.
|
10-Did You
Know?
You can easily
delete the anoing numbers that appears
They usually
appears when you runs a program of the EXAMPLES LIBRARY. That examples
accessed with the
To get free of them execute {1 2 3 4 5} CF [ENTER] |
11-Did You
Know?
You can easily make a text viewer. Type:
Repeat "TEXT" 1 DISP 0 WAIT with the text you wish and how many times you wish. It will work as a single text viewer. |
12-Did You
Know?
You can easily delete several VARS in a directory. Type { VAR1
VAR2 VAR3 VAR4 } press [ENTER]
Where VAR1, VAR2,
VAR3 and VAR4 are the name
|
13-Did You
Know?
It is possible make HP48 find a root closest to a number. Many trancendent
equations like y=sin(x) for example
|
14-Did You
Know?
It is possible recall an Equation back to equation writer. If you have an
equation in level 1 , 'sin(x)' , for example
and the equation will appears in the EQ. Writer. |
15-Did You
Know?
It is possible duplicate a program with few commands. Press Where [VAR1]
is the name of the original VAR in menu
More...
|
16-Did You
Know?
It is possible show or hide the clock using flags. Type -40 CF and the clock will be visible. Type -40 SF and the clock will be invisible. More...
|
17-Did You
Know?
You can type numbers faster in Matrix Writer. 1 - enters the
matrix writer
|
18-Did You
Know?
You can easily use HP48 to evaluate a function. For example:
1 - put y=sin(x)*cos(y)*ln(z)
in level 1
|
19-Did You
Know?
You can find al roots of a polinomial and find the polinomial coefficients given the roots. For example.
|
20-Did You
Know?
You can join similar terms of a polinomial. For example:
More...
|