REALVARDEF

From iMath
Revision as of 07:14, 26 March 2017 by Jrheinlaender (Talk | contribs) (Created page with "{{Keyword | <code>REALVARDEF symbol</code> | Defines the symbol to be real-valued. This allows iMath to evaluate some functions immediately, e.g. complex conjugation. | 3=...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Syntax

REALVARDEF symbol


Implemented in iMath since version 2.2.0 or earlier.

Explanation

Defines the symbol to be real-valued. This allows iMath to evaluate some functions immediately, e.g. complex conjugation.


Example

REALVARDEF x tells iMath that x always has a real value and therefore conjugate(x) = x.

See also

{{{4}}}