Determinant

 

The determinant can be computed by det(A) when the matrix is square


A

1

[[3,5],[2,8]]

2

=det(A1)

A2 Determinant of square matrix A1,return 14