REALVARDEF

From iMath
Revision as of 09:30, 15 April 2017 by Jrheinlaender (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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}}}