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. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Basic operations with matrix in a program ... - jtamezga - 05-29-2020, 05:11 PM
RE: Basic operations with matrix in a program ... - victorvbc - 05-29-2020 06:02 PM
RE: Basic operations with matrix in a program ... - StephenG1CMZ - 05-29-2020, 07:46 PM
|
User(s) browsing this thread: 1 Guest(s)