abs (alias: det,

From STX Wiki
Jump to navigationJump to search


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 alias for this functions.
See also
absv, qdet

<function list>

Navigation menu

Personal tools