Determinante
#(* Beispiel *) restart: with(linalg): mat:=matrix([[1,2,3],[4,0,6],[7,8,7]]); det(mat);