seçkin dinç wrote:
> I am wondering if SPSS Statistics 17 is making matrix product?
Take a look at the Command Syntax Reference and read everything about
MATRIX...END MATRIX. This small example shows matrix operations that can
be performed with it:
MATRIX.
COMPUTE A={1,2,3;4,5,6;8,7,9}.
COMPUTE B={1,3,5}.
PRINT A.
PRINT B.
COMPUTE C=B*A.
COMPUTE D=A*T(B).
COMPUTE E=INV(A).
PRINT C.
PRINT D.
PRINT E.
END MATRIX.
HTH,
Marta
--
For miscellaneous statistical stuff, visit:
http://gjyp.nl/marta/=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD