Post Reply 
Programming Question: How do you augment one matrix with another?
07-04-2014, 06:42 PM
Post: #14
RE: Programming Question: How do you augment one matrix with another?
(07-04-2014 04:21 PM)parisse Wrote:  concat(M1,M2) does *not* the same as [op(M1),op(M2)].
I didn't write that concat(M1,M2) is the same as [op(M1),op(M2)]. I wrote that concat(op(M1),op(M1)) returns the same vertical augmentation as [op(M1),op(M2)] which I think is correct. Sorry ... sometimes I write too much and it gets confusing.

Thanks for reminding me there is a CAS option for programs. I am a CAS novice and have much to learn.
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? - Jsather - 07-04-2014 06:42 PM



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