The Table routine generates a table of values for a function or several functions. The stack syntax is:
3: | 'EQUATION' | 3: | SIN(X) |
2: | %START | 2: | 0 |
1: | %STEP | 1: | .1 |
-OR- | |||
3: | {'EQ1' 'EQ2' ...} | 3: | {COS(X) SIN(X) TAN(X)} |
2: | %START | 2: | 0 |
1: | %STEP | 1: | .1 |
Pressing the TABLE softmenu or typing the command will generate a 8-line function table.
Note that all values are calculated with full precision always, but due to the relative small size of the screen only 10 digits are shown for the X-value, while the F(X)-value will be shown to the full precision.
Imaginary number inputs are accepted. When there's a mark * besides the y-value there's a complex part of that value.
You also can use algebraics to specify the STEP width or the JumpTo position. For example 'Pi/3' would be a possible input!