Title - Example Mx script
 Calculation Ngroups=1
 Begin Matrices;
  A Symmetric 2 2
 End Matrices;

 Matrix A 1 .5 1

 Begin Algebra;
  B = A~;
  C = \det(A) | \det(B);
 End Algebra;

End Group;
