Command MATRIX

For questions that don't fall into one of the categories above, such as working with the RATS interface, using Wizards, etc.
rmendez
Posts: 11
Joined: Wed Nov 08, 2006 2:22 pm

Command MATRIX

Unread post by rmendez »

Hi,
I have stumble across upon a RATS code that use the command MATRIX,
for which I don't find any description in the documentation.

I suppose this command has been superseded by COMPUTE. Am I right? What was this COMMAND about? Is it a C++ command?

Thanks in Advance for any hint

Regards,
Rodolfo
TomM
Posts: 20
Joined: Tue Oct 24, 2006 3:34 pm

Unread post by TomM »

In the old days, one had to use specific commands for real computations (EVAL), integer computations (IEVAL), and matrix computations (MATRIX).

Those were all superseded by the COMPUTE instruction, which I believe was introduced in Version 4. The old commands are still supported, but for any new coding, you'll want to use COMPUTE.
Tom Maycock
Estima

support@estima.com
Post Reply