Matrix.Determinant3 Method

Computes the determinant of a 3x3 matrix.
Public Shared Function Determinant3( _ 
ByVal matrix As Double(,) _ 
) As Double
This language is not supported or no code example is available.
public static double Determinant3( 
double[,] matrix 
)
This language is not supported or no code example is available.

Parameters

matrix
double[,]

The matrix

Return Value

double

The matrix determinant.

.NET Framework

Supported in: 4.8

In this article

Definition