Use the
key to get to the function editor, so that you can enter the function.
________________________________
| |
| Y1=X^3-2X+1 |
| Y2= |
| Y3= |
| Y4= |
| Y5= |
| |
| |
| |
| |
|________________________________|
.
________________________________
| |
| 1.003->X |
| 1.003 |
| |
| |
| |
| |
| |
| |
| |
|________________________________|
key.
You should see the screen shown below.
________________________________
| VARS Y-VARS |
| 1:Function... |
| 2:Parametric... |
| 3:Polar... |
| 4:On/Off |
| |
| |
| |
| |
| |
|________________________________|
Use your cursor key (move to the right)
to highlight Y-VARS, and then press the
key.
Now the screen should look like this:
________________________________
| FUNCTION |
| 1:Y1 |
| 2:Y2 |
| 3:Y3 |
| 4:Y4 |
| 5:Y5 |
| |
| |
| |
| |
|________________________________|
The 1 should be highlighted, and since this is the function you want,
just press
key.
________________________________
| |
| 1.003->X |
| 1.003 |
| Y1 |
| |
| |
| |
| |
| |
| |
|________________________________|
key gives you the value of Y1
that corresponds to the value of X in calculator's memory.
________________________________
| |
| 1.003->X |
| 1.003 |
| Y1 |
| .003027027 |
| |
| |
| |
| |
| |
|________________________________|
.
________________________________
| |
| 2.01->X |
| 2.01 |
| Y1 |
| 5.100601 |
| (Y1-5)/(X-2) |
| 10.0601 |
| |
| |
| |
|________________________________|
You have more flexibility if you combine these steps
into a single entry.
Use the keystrokes
to put a " : " between the previous entries.
Now when you press the
key, your screen should look like this.
________________________________
| |
| 2.01->X:(Y1-5)/(X-2) |
| 10.0601 |
| |
| |
| |
| |
| |
| |
| |
|________________________________|
By entering the expression this way,
you can repeat it by using the keystrokes
.
Now you can easily edit the expressions
by using the cursor keys, and the delete and insert keys.
You can change either the value of x,
or the expression in Y1.
________________________________
| |
| 2.01->X:(Y1-5)/(X-2) |
| 10.0601 |
| 2.001->X:(Y1-5)/(X-2) |
| 10.006001 |
| 2.0001->X:(Y1-5)/(X-2) |
| 10.00060001 |
| |
| |
| |
|________________________________|
You can also use the
key to change the function,
and then come back to the same screen on the calculator.