REALVARDEF: Difference between revisions
Jump to navigation
Jump to search
(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=...") |
No edit summary |
||
Line 8: | Line 8: | ||
<code>REALVARDEF x</code> tells iMath that <code>x</code> always has a real value and therefore <code>conjugate(x) = x</code>. | <code>REALVARDEF x</code> tells iMath that <code>x</code> always has a real value and therefore <code>conjugate(x) = x</code>. | ||
}} | }} | ||
[[Category: | [[Category:Declaration]] |
Revision as of 09:30, 15 April 2017
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}}}