Post Reply 
Complex matrices in programs
12-15-2014, 03:17 AM
Post: #11
RE: Complex matrices in programs
Ah, now it works. Always run a CAS program with an argument (even if it is not needed). I don't get the "unmatch control word" error message anymore either.

#cas
ABC(k):=
BEGIN
LOCAL z:={1+1*i, . . . };
return list2mat(z,2);
END;
#end

Thanks for helping!
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 - 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 - Helge Gabert - 12-15-2014 03:17 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: 3 Guest(s)