Post Reply 
Basic operations with matrix in a program ...
05-29-2020, 06:02 PM
Post: #2
RE: Basic operations with matrix in a program ...
These are CAS commands, you can execute them in PPL three ways, as far as I know.

1. Use a "CAS." prefix. Ex.: CAS.covariance();

2. Execute the comand as a string with CAS("");

3. Make your program a CAS function by checking the box when creating it, this will automatically add #cas and #end to it.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Basic operations with matrix in a program ... - victorvbc - 05-29-2020 06:02 PM



User(s) browsing this thread: 1 Guest(s)