Programmer Guide/Command Reference/EVAL/abs: Difference between revisions
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
::* the length of the vector <var>x</var> | ::* the length of the vector <var>x</var> | ||
::* the determinant of the square matrix <var>x</var> | ::* the determinant of the square matrix <var>x</var> | ||
:The function '''det(''x'')''' and the special ''bracket'' form '''|''x''|''' can be used as aliases for this functions. | |||
;See also: [[Programmer_Guide/Command_Reference/EVAL/absv|absv]], [[Programmer_Guide/Command_Reference/EVAL/qdet|qdet]] | ;See also: [[Programmer_Guide/Command_Reference/EVAL/absv|absv]], [[Programmer_Guide/Command_Reference/EVAL/qdet|qdet]] | ||
[[Programmer_Guide/Command_Reference/EVAL#Functions|<function list>]] | [[Programmer_Guide/Command_Reference/EVAL#Functions|<function list>]] |
Revision as of 09:43, 4 April 2011
Compute the absolute value of the argument x.
- Usage
abs(x)
- Result
- The result of this function is always a scalar, which is ...
- the absolute value of the number x
- the length of the vector x
- the determinant of the square matrix x
- The function det(x) and the special bracket form |x| can be used as aliases for this functions.