5.19 How to find determinant of matrix?

restart; 
a:=Matrix([ [2,4],[5,7] ]); 
LinearAlgebra:-Determinant(a); 
         -6