Programmer Guide/Command Reference/EVAL/qdet: Difference between revisions

From STX Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:
;Usage: '''<code>qdet(<var>x</var>)</code>'''
;Usage: '''<code>qdet(<var>x</var>)</code>'''
:;<var>x</var>: a square matrix
:;<var>x</var>: a square matrix
;Result: The pseudo-determinant (scalar) of ''x''
;Result: The pseudo-determinant (scalar) of ''x''.
 
:Note: In linear algebra and statistics, the pseudo-determinant is the product of all non-zero eigenvalues of a square matrix. It coincides with the regular determinant when the matrix is non-singular.
:Note: In linear algebra and statistics, the pseudo-determinant is the product of all non-zero eigenvalues of a square matrix. It coincides with the regular determinant when the matrix is non-singular.



Revision as of 10:05, 8 April 2011

Compute the pseudo-derminant of the square matrix x.

Usage
qdet(x)
x
a square matrix
Result
The pseudo-determinant (scalar) of x.
Note: In linear algebra and statistics, the pseudo-determinant is the product of all non-zero eigenvalues of a square matrix. It coincides with the regular determinant when the matrix is non-singular.
See also
abs, absv

<function list>

Navigation menu

Personal tools