|
|
||||||||||||||||||||
The Art of Mathematics |
Help 3.1.14→ — store to memory operator1. FunctionUse this operator to store result of evaluation to calculator memory. Afterwards you can access the stored value for further calculations. 2. How to useTo store the number as x:
To store the complex number as z:
To store current result as x:
To store number x in calculator memory as y:
To store the result of expression evaluation:
The operator has the lowest priority, thus it will be engaged after the expression is evaluated. So, you can use it to store intermediate values:
You can name your memory values whatever you like:
Just avoid using parentheses, brackets and braces inside memory value names. 3. To recall the stored valueTo recall the value you have stored to calculator memory use memory recall operator mem:
4. SupportComplex numbers are supported in professional version of the Librow calculator. |
|
|||||||||||||||||||
|