Complex matrices in programs
|
12-14-2014, 09:22 PM
Post: #2
|
|||
|
|||
RE: Complex matrices in programs
I played around with this as well, and can confirm the "insufficient memory error," if one tries to define the complex matrix directly inside the PPL program.
The best bet appears to be using list2mat (as you have already found out), e.g., LOCAL z:={1+1*i, . . . }; . . . list2mat(z,2); works just fine. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)