Post Reply 
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.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Complex matrices in programs - Snorre - 12-14-2014, 12:46 PM
RE: Complex matrices in programs - Helge Gabert - 12-14-2014 09:22 PM
RE: Complex matrices in programs - Han - 12-14-2014, 10:36 PM
RE: Complex matrices in programs - Han - 12-14-2014, 11:56 PM
RE: Complex matrices in programs - Han - 12-15-2014, 12:59 AM
RE: Complex matrices in programs - Han - 12-15-2014, 02:02 AM
RE: Complex matrices in programs - Han - 12-15-2014, 03:55 AM
RE: Complex matrices in programs - Han - 12-15-2014, 04:20 AM



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