%%HP: T(1)A(R)F(.);
 CLEAR
"3rd order matrix det
Enter a11 a12 a13 a21
a22 a23 a31 a32 a33"
"" INPUT OBJ  MAT
   MAT { 3 3 }
ARRY DET "det"
TAG
  

