next up previous contents
Next: Simplifications. Up: Data and main functions Previous: User flags.

Main functions.

  The main functions of the ALGB library are assigned to keys in user mode. If you don't see the word USER in the status area (or with JAVA if you see NORM in the status area), you should go in USER mode: press once or twice the left shift key followed by the tex2html_wrap_inline879 key.

The redefined keys are most of the time preceded by the tex2html_wrap921 and right-shift keys. For example, the add addition function of ALGB is obtained in USER mode by hiting threes keys: tex2html_wrap921 , tex2html_wrap925 , tex2html_wrap927 .

The same method applies for other operations. The +, -, *, /, yx, tex2html_wrap_inline895 , tex2html_wrap_inline897 , tex2html_wrap_inline899 , 1/x, tex2html_wrap_inline903 keys are redefined (after tex2html_wrap921 and tex2html_wrap925 ) as add, SUBT, MULT, DIV1, POWER, SQRT, CHS, FDER, FINTG, MAD. The seven first commands extend the usual HP commands to all ALGB data types. The FDER command does differentiation with respect to the main variable (contained in 'VX': usually 'X'), you don't have to put 'X' on the stack. The FINTG tries to integrate with respect to the main variable between tex2html_wrap_inline879 and the main variable. It extends the built-in symbolic integration to rational fractions (you must however set the flag 13 to be able to integrate all rational fractions). The MAD command is not an inverse function, it is used mainly for matrices to compute eigenvalues. However the inverse is returned at level 3, that's why I assigned this key to MAD.

The other tex2html_wrap_inline879 -right shift-redefined keys are:

Let's finish this section by two redefined keys which are not tex2html_wrap_inline879 -right shifted:


next up previous contents
Next: Simplifications. Up: Data and main functions Previous: User flags.