** Mx startup successful ** **Mx-OSX version 1.67** The following MX script lines were read for group 1 #NGROUPS 1 Note: #NGroup set number of groups to 1 Testscript Calculation Begin Matrices; A Full 3 1 B Full 3 1 C Full 3 2 D Full 3 2 E Stand 2 2 F Iden 2 2 T Full 1 1 S Full 1 1 End Matrices; Matrix A 1 2 3 Matrix B 1 2 3 Matrix C 1 4 2 5 3 6 Matrix D 1 3 2 .5 3 6 Matrix E .2 Matrix T 2 Matrix S 100 Begin Algebra; G= A*A'; ! ex 1 H= A'*A; ! ex 2 I= A+B; ! ex 4 J= A+T@B; ! ex 6 K= C*C'; ! ex 7 L= D*D'; ! ex 8 M= \det(E); ! ex 9 N= \det(F); ! ex 10 O= \ln(M); ! ex 11 P= E*F~; ! ex 12 Q= \tr(P); ! ex 13 R= S*(O-\ln(N)+Q-T); ! ex 14 End Algebra; End PARAMETER SPECIFICATIONS No free parameters specified MX PARAMETER ESTIMATES GROUP NUMBER: 1 Testscript MATRIX A This is a FULL matrix of order 3 by 1 1 1 1.0000 2 2.0000 3 3.0000 MATRIX B This is a FULL matrix of order 3 by 1 1 1 1.0000 2 2.0000 3 3.0000 MATRIX C This is a FULL matrix of order 3 by 2 1 2 1 1.0000 4.0000 2 2.0000 5.0000 3 3.0000 6.0000 MATRIX D This is a FULL matrix of order 3 by 2 1 2 1 1.0000 3.0000 2 2.0000 0.5000 3 3.0000 6.0000 MATRIX E This is a STANDARDISED matrix of order 2 by 2 1 2 1 1.0000 2 0.2000 1.0000 MATRIX F This is an IDENTITY matrix of order 2 by 2 MATRIX G This is a computed FULL matrix of order 3 by 3 [=A*A'] 1 2 3 1 1.0000 2.0000 3.0000 2 2.0000 4.0000 6.0000 3 3.0000 6.0000 9.0000 MATRIX H This is a computed FULL matrix of order 1 by 1 [=A'*A] 1 1 14.0000 MATRIX I This is a computed FULL matrix of order 3 by 1 [=A+B] 1 1 2.0000 2 4.0000 3 6.0000 MATRIX J This is a computed FULL matrix of order 3 by 1 [=A+T@B] 1 1 3.0000 2 6.0000 3 9.0000 MATRIX K This is a computed FULL matrix of order 3 by 3 [=C*C'] 1 2 3 1 17.0000 22.0000 27.0000 2 22.0000 29.0000 36.0000 3 27.0000 36.0000 45.0000 MATRIX L This is a computed FULL matrix of order 3 by 3 [=D*D'] 1 2 3 1 10.0000 3.5000 21.0000 2 3.5000 4.2500 9.0000 3 21.0000 9.0000 45.0000 MATRIX M This is a computed FULL matrix of order 1 by 1 [=\DET(E)] 1 1 0.9600 MATRIX N This is a computed FULL matrix of order 1 by 1 [=\DET(F)] 1 1 1.0000 MATRIX O This is a computed FULL matrix of order 1 by 1 [=\LN(M)] 1 1 -0.0408 MATRIX P This is a computed FULL matrix of order 2 by 2 [=E*F~] 1 2 1 1.0000 0.2000 2 0.2000 1.0000 MATRIX Q This is a computed FULL matrix of order 1 by 1 [=\TR(P)] 1 1 2.0000 MATRIX R This is a computed FULL matrix of order 1 by 1 [=S*(O-\LN(N)+Q-T)] 1 1 -4.0822 MATRIX S This is a FULL matrix of order 1 by 1 1 1 100.0000 MATRIX T This is a FULL matrix of order 1 by 1 1 1 2.0000 Your model has 0 estimated parameters and 0 Observed statistics Chi-squared fit of model >>>>>>> 0.000 Degrees of freedom >>>>>>>>>>>>> 0 Probability incalculable Akaike's Information Criterion > 0.000 RMSEA >>>>>>>>>>>>>>>>>>>>>>>>>> 0.000 This problem used 0.0% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.00 Execution 0: 0: 0: 0.00 TOTAL 0: 0: 0: 0.00 Total number of warnings issued: 0 ______________________________________________________________________________ ______________________________________________________________________________