Post Reply 
Programming Question: How do you augment one matrix with another?
07-04-2014, 04:21 PM
Post: #13
RE: Programming Question: How do you augment one matrix with another?
concat(M1,M2) does *not* the same as [op(M1),op(M2)].
And if you want to use CAS commands, you can write CAS programs, just check CAS when you create your program. They will be parsed and they will execute like if you were in CAS.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Programming Question: How do you augment one matrix with another? - parisse - 07-04-2014 04:21 PM



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