Determinant VI
- 已更新2025-07-30
- 閱讀時間為 2 分鐘
Computes the determinant of Input Matrix. Wire data to the Input Matrix input to determine the polymorphic instance to use or manually select the instance.

Let A be a square matrix that represents the Input Matrix, and let L and U represent the lower and upper triangular matrices, respectively, of A such that
A = LUwhere the main diagonal elements of the lower triangular matrix L are arbitrarily set to one. The VI finds the determinant of A by the product of the main diagonal elements of the upper triangular matrix U
where |A| is the determinant of X and n is the dimension of X.
Examples
Refer to the following example files included with LabVIEW.
- labview\examples\Mathematics\Linear Algebra\Linear Algebra Calculator.vi